X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2FMakefile.am;h=a4498187170fd66a6d2e1368093565c433623704;hb=c11bcba9a99e858e618f4d872a5be7d52dcaaa5a;hp=8cbb0af7c3727d6fab2d70e23606ee9e1c544adb;hpb=45e92aa32a80fdbbf5ad3ad64e34b1ac872018ef;p=petitboot diff --git a/discover/Makefile.am b/discover/Makefile.am index 8cbb0af..a449818 100644 --- a/discover/Makefile.am +++ b/discover/Makefile.am @@ -32,7 +32,8 @@ libparser_o_SOURCES = \ resource.h \ kboot-parser.c \ grub2-parser.c \ - yaboot-parser.c + yaboot-parser.c \ + pxe-parser.c libparser.o: $(libparser_o_OBJECTS) $(LD) -r -o $@ $^ @@ -57,6 +58,8 @@ pb_discover_SOURCES = \ parser-utils.h \ pb-discover.c \ pb-discover.h \ + network.c \ + network.h \ udev.c \ udev.h \ user-event.c \ @@ -64,4 +67,6 @@ pb_discover_SOURCES = \ pb_discover_LDADD = libparser.o $(top_builddir)/lib/libpbcore.la +pb_discover_LDFLAGS = -ludev + MAINTAINERCLEANFILES = Makefile.in