X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2FMakefile;h=18fff3a9df7de4e1d624a7752a14169c6bbdc4d4;hb=3b75e19aae5e7d9da0754134aaad211cdf8f60d2;hp=65483761cc1c234b0a2b4ed8ed25df964efe7ac4;hpb=4dd393463a0abd845044309b2495d5365ecde299;p=pciutils.git diff --git a/lib/Makefile b/lib/Makefile index 6548376..18fff3a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -3,7 +3,7 @@ include config.mk -OBJS=init.o access.o generic.o dump.o names.o filter.o names-hash.o names-parse.o names-net.o names-cache.o +OBJS=init.o access.o generic.o dump.o names.o filter.o names-hash.o names-parse.o names-net.o names-cache.o params.o INCL=internal.h pci.h config.h header.h sysdep.h types.h PCILIB=libpci.a @@ -59,10 +59,11 @@ $(PCILIBPC): $(PCILIBPC).in -e 's,@LIBDIR@,$(LIBDIR),' \ -e 's,@IDSDIR@,$(IDSDIR),' \ -e 's,@VERSION@,$(VERSION),' \ - -e 's,@LIBZ@,$(LIBZ),' + -e 's,@LDLIBS@,$(LDLIBS),' init.o: init.c $(INCL) access.o: access.c $(INCL) +params.o: params.c $(INCL) i386-ports.o: i386-ports.c $(INCL) i386-io-hurd.h i386-io-linux.h i386-io-sunos.h i386-io-windows.h proc.o: proc.c $(INCL) pread.h sysfs.o: sysfs.c $(INCL) pread.h