X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=5fc8911bd3f8988afbfc3f3725603974898dec9c;hb=a5dad9c05cd72820e64e0461889e9e77eaf8202d;hp=1c19e11821f428ea2c0c4975760d0979a95312f8;hpb=c14b12980885edd035322cd3bc87efff444c39b1;p=petitboot diff --git a/lib/Makefile.am b/lib/Makefile.am index 1c19e11..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 \