summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-05-07 07:59:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-05-07 07:59:13 +0000
commit5b09d06e1b0535d6ea85905b50f41cfe6e315c66 (patch)
treec2ad1a032cc7ce4cf563ab742deee6169d7bd7e0 /Makefile
parentad0e64f49c3c516886fc61f83b733e7eba90adcb (diff)
downloadldetect-5b09d06e1b0535d6ea85905b50f41cfe6e315c66.tar
ldetect-5b09d06e1b0535d6ea85905b50f41cfe6e315c66.tar.gz
ldetect-5b09d06e1b0535d6ea85905b50f41cfe6e315c66.tar.bz2
ldetect-5b09d06e1b0535d6ea85905b50f41cfe6e315c66.tar.xz
ldetect-5b09d06e1b0535d6ea85905b50f41cfe6e315c66.zip
new release, 0.7.1 (build with zlib which is needed by libpci)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d697a36..0479bef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.7
-LIB_MINOR = 0
+LIB_MINOR = 1
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
@@ -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
+ $(CC) -shared -Wl,-soname,$(lib_major) -o $@ $^ -lpci -lz
$(lib_major): $(lib_major).$(LIB_MINOR)
ln -sf $< $@
libldetect.so: $(lib_major)