X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2FMakefile.am;h=848816febbd12bba89e38c8a41a31262c8d4d889;hp=45b168f9b726c919eb15bff6caa29c656f147ff4;hb=9fbd73a208c9465b4bf9e2c80c7290b72e62ead1;hpb=a70807730ef59efc4116556ecabe1b9f70ce605b diff --git a/discover/Makefile.am b/discover/Makefile.am index 45b168f..848816f 100644 --- a/discover/Makefile.am +++ b/discover/Makefile.am @@ -14,6 +14,8 @@ pkgsysconfdir = @sysconfdir@/@PACKAGE@ +SUBDIRS = grub2 + AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) AM_CFLAGS = $(DEFAULT_CFLAGS) \ @@ -35,7 +37,6 @@ pb_discover_SOURCES = \ discover-server.h \ event.c \ event.h \ - event-parser.c \ file.c \ file.h \ params.c \ @@ -59,11 +60,10 @@ pb_discover_SOURCES = \ user-event.c \ user-event.h \ kboot-parser.c \ - grub2-parser.c \ yaboot-parser.c \ pxe-parser.c -pb_discover_LDADD = $(top_builddir)/lib/libpbcore.la +pb_discover_LDADD = $(top_builddir)/lib/libpbcore.la grub2/grub2-parser.ro pb_discover_LDFLAGS = -ludev