X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=fb251479209abcbbb58ec2b41c5628cb23cd51fd;hb=45c7385acbd1299cacfa5cc335ffa6a0f0523980;hp=7847d0968a48576da199a9ce8369faafcc8d83af;hpb=ee86a0bd989511319adf3467b41b5b2e1f486aa6;p=petitboot diff --git a/lib/Makefile.am b/lib/Makefile.am index 7847d09..fb25147 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,10 +28,18 @@ libpbcore_la_SOURCES = \ waiter/waiter.h \ pb-protocol/pb-protocol.c \ pb-protocol/pb-protocol.h \ + pb-config/pb-config.c \ + pb-config/pb-config.h \ + pb-config/storage.h \ + pb-config/storage-powerpc-nvram.c \ + pb-config/storage-null.c \ + pb-config/storage-test.c \ types/types.h \ talloc/talloc.c \ talloc/talloc.h \ system/system.c \ - system/system.h + system/system.h \ + url/url.c \ + url/url.h MAINTAINERCLEANFILES = Makefile.in