X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2FMakefile.am;h=5fc8911bd3f8988afbfc3f3725603974898dec9c;hp=f000a2f20853324de9a90d6d02e0a472d4783276;hb=e79f9f88f59ad3b8a9cf85a37b6c64095b2af0c3;hpb=e52a8c61a640ab4fce0b4caaa796ae3e1c4ff8a3 diff --git a/lib/Makefile.am b/lib/Makefile.am index f000a2f..5fc8911 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,6 +12,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +AUTOMAKE_OPTIONS = subdir-objects + AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) \ -DPREFIX='"$(prefix)"' @@ -20,6 +22,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 \ @@ -30,10 +34,6 @@ libpbcore_la_SOURCES = \ 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 \ @@ -42,6 +42,8 @@ libpbcore_la_SOURCES = \ system/system.c \ system/system.h \ url/url.c \ - url/url.h + url/url.h \ + util/util.c \ + util/util.h MAINTAINERCLEANFILES = Makefile.in