summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-05-14 16:05:04 +0000
committerThierry Vignaud <tv@mandriva.org>2007-05-14 16:05:04 +0000
commit7827386ffcaab5d1d489e39f9f6109f19f020eae (patch)
treef586e180ffda27319f791bd92f28611382b49cca /Makefile
parent5b09d06e1b0535d6ea85905b50f41cfe6e315c66 (diff)
downloadldetect-7827386ffcaab5d1d489e39f9f6109f19f020eae.tar
ldetect-7827386ffcaab5d1d489e39f9f6109f19f020eae.tar.gz
ldetect-7827386ffcaab5d1d489e39f9f6109f19f020eae.tar.bz2
ldetect-7827386ffcaab5d1d489e39f9f6109f19f020eae.tar.xz
ldetect-7827386ffcaab5d1d489e39f9f6109f19f020eae.zip
don't link with zlib since it's not needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0479bef..e5a7570 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 $@ $^ -lpci -lz
+ $(CC) -shared -Wl,-soname,$(lib_major) -o $@ $^ -lpci
$(lib_major): $(lib_major).$(LIB_MINOR)
ln -sf $< $@
libldetect.so: $(lib_major)