summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:26 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:26 +0000
commit43c2513120e27392640e50ecca1519980fcda1b0 (patch)
tree74de92762b6d6125c7ef1f493415b8fe63f1c662 /Makefile
parentbddd15f634b326032c7f591f332e6f7a913b7195 (diff)
downloadldetect-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a7a1fe..52e5c74 100644
--- a/Makefile
+++ b/Makefile
@@ -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