X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2FMakefile.am;h=f6009cfd84ee3a0e6dae988715cc67593ddb218f;hp=7847d0968a48576da199a9ce8369faafcc8d83af;hb=bc72527a1426c2159112707d3a6c9bb544fd6647;hpb=ee86a0bd989511319adf3467b41b5b2e1f486aa6 diff --git a/lib/Makefile.am b/lib/Makefile.am index 7847d09..f6009cf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,6 +20,8 @@ AM_CFLAGS = $(DEFAULT_CFLAGS) noinst_LTLIBRARIES = libpbcore.la libpbcore_la_SOURCES = \ + fold/fold.h \ + fold/fold.c \ log/log.h \ log/log.c \ list/list.c \ @@ -28,10 +30,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 \ + 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.c \ + util/util.h MAINTAINERCLEANFILES = Makefile.in