X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=0332508bce7383caae1f5e6c9c0fa1ae097fcba8;hb=e05df9971f055221fa92ceaab6c4c190533dff4c;hp=f119b728e3897214f23f48d5a5824c1b0ef8d981;hpb=ac357d3bb8342b2fc22980e0914cdce7758ca310;p=pciutils.git diff --git a/lib/Makefile b/lib/Makefile index f119b72..0332508 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -46,6 +46,14 @@ ifdef PCI_HAVE_PM_DARWIN_DEVICE OBJS += darwin endif +ifdef PCI_HAVE_PM_SYLIXOS_DEVICE +OBJS += sylixos-device +endif + +ifdef PCI_HAVE_PM_HURD_CONF +OBJS += hurd +endif + all: $(PCILIB) $(PCILIBPC) ifeq ($(SHARED),no) @@ -69,7 +77,8 @@ $(PCILIBPC): libpci.pc.in -e 's,@LIBDIR@,$(LIBDIR),' \ -e 's,@IDSDIR@,$(IDSDIR),' \ -e 's,@VERSION@,$(VERSION),' \ - -e 's,@LDLIBS@,$(LDLIBS),' + -e 's,@LDLIBS@,$(LDLIBS),' \ + -e 's,@WITH_LIBS@,$(WITH_LIBS),' init.o: init.c $(INCL) access.o: access.c $(INCL) @@ -91,3 +100,4 @@ names-parse.o: names-parse.c $(INCL) names.h names-hwdb.o: names-hwdb.c $(INCL) names.h filter.o: filter.c $(INCL) nbsd-libpci.o: nbsd-libpci.c $(INCL) +hurd.o: hurd.c $(INCL)