X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2FMakefile.am;h=f000a2f20853324de9a90d6d02e0a472d4783276;hp=7b3d50d09dab4b4ad070f111e55b273cb19904e1;hb=ca5a62c1d04a3eea1d1c307d4fa4f0b1559140d2;hpb=6532debf0bd95509cff9eb8634f57aef20a696b9 diff --git a/lib/Makefile.am b/lib/Makefile.am index 7b3d50d..f000a2f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,7 +12,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) \ + -DPREFIX='"$(prefix)"' AM_CFLAGS = $(DEFAULT_CFLAGS) @@ -27,9 +28,20 @@ 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 MAINTAINERCLEANFILES = Makefile.in