diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-05-07 07:59:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-05-07 07:59:13 +0000 |
commit | 5b09d06e1b0535d6ea85905b50f41cfe6e315c66 (patch) | |
tree | c2ad1a032cc7ce4cf563ab742deee6169d7bd7e0 /Makefile | |
parent | ad0e64f49c3c516886fc61f83b733e7eba90adcb (diff) | |
download | ldetect-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |