X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2FMakefile.am;h=b492d69fa5a48f60d1a856d827788bf045501b01;hp=6440fe4a4865ff04465e541653a29e414b5fa904;hb=e319737c4f67ad1c468d980aa20d6dc7e7d5cdb5;hpb=604a1ccf072f9f33326fb6dc919c1b6233d40866 diff --git a/lib/Makefile.am b/lib/Makefile.am index 6440fe4..b492d69 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,9 +28,21 @@ 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 \ + process/process.c \ + process/process.h \ + types/types.h \ talloc/talloc.c \ talloc/talloc.h \ system/system.c \ - system/system.h + system/system.h \ + url/url.c \ + url/url.h \ + util/util.h MAINTAINERCLEANFILES = Makefile.in