]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/Makefile
Cleanup of the Makefile system.
[pciutils.git] / lib / Makefile
index 65483761cc1c234b0a2b4ed8ed25df964efe7ac4..18fff3a9df7de4e1d624a7752a14169c6bbdc4d4 100644 (file)
@@ -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