From 5dbdaf465c4d848dce965706616d9bfbf38f2bbe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 26 Feb 2007 13:48:16 +0000 Subject: switch to pciutils as PCI listing backend --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e83ae9..b936ca0 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: $(binaries) $(libraries) lspcidrake: lspcidrake.c libldetect.so $(lib_major).$(LIB_MINOR): common.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o - $(CC) -shared -Wl,-soname,$(lib_major) -o $@ $^ + $(CC) -shared -Wl,-soname,$(lib_major) -o $@ $^ -lpci $(lib_major): $(lib_major).$(LIB_MINOR) ln -sf $< $@ libldetect.so: $(lib_major) -- cgit v1.2.1