summaryrefslogtreecommitdiff
path: root/extras/usb-db
diff options
context:
space:
mode:
Diffstat (limited to 'extras/usb-db')
-rw-r--r--extras/usb-db/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/extras/usb-db/Makefile.am b/extras/usb-db/Makefile.am
deleted file mode 100644
index fa974b5f8f..0000000000
--- a/extras/usb-db/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-include $(top_srcdir)/Makefile.am.inc
-
-libexec_PROGRAMS = \
- usb-db pci-db
-
-usb_db_SOURCES = \
- usb-db.c
-
-usb_db_CPPFLAGS = \
- $(AM_CPPFLAGS) -DUSB_DATABASE=\"$(USB_DATABASE)\" -DBUILD_FOR_USB
-
-usb_db_LDADD = \
- $(top_builddir)/libudev/libudev-private.la
-
-
-pci_db_SOURCES = \
- $(usb_db_SOURCES)
-
-pci_db_CPPFLAGS = \
- $(AM_CPPFLAGS) -DPCI_DATABASE=\"$(PCI_DATABASE)\" -DBUILD_FOR_PCI
-
-pci_db_LDADD = \
- $(top_builddir)/libudev/libudev-private.la