From 5b09d06e1b0535d6ea85905b50f41cfe6e315c66 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 7 May 2007 07:59:13 +0000 Subject: new release, 0.7.1 (build with zlib which is needed by libpci) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1