diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-03 17:46:26 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-03 17:46:26 +0000 |
commit | 43c2513120e27392640e50ecca1519980fcda1b0 (patch) | |
tree | 74de92762b6d6125c7ef1f493415b8fe63f1c662 /Makefile | |
parent | bddd15f634b326032c7f591f332e6f7a913b7195 (diff) | |
download | ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar.gz ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar.bz2 ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar.xz ldetect-43c2513120e27392640e50ecca1519980fcda1b0.zip |
Move modalias parsing code to generic code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ libdir = $(prefix)/lib includedir = $(prefix)/include binaries = lspcidrake -lib_objs = common.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o +lib_objs = common.o modalias.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o lib_major = libldetect.so.$(LIB_MAJOR) libraries = libldetect.so $(lib_major) $(lib_major).$(LIB_MINOR) libldetect.a CFLAGS = -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden |