summaryrefslogtreecommitdiff
path: root/extras/hid2hci
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-08-07 02:38:02 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-08-07 19:15:29 +0200
commitb02140b6bcd080c5fd60306a493447ce7afdad64 (patch)
tree48d864ad7db5649555ad57d0f4add9d0c860fdf9 /extras/hid2hci
parent405e606f8649fd87a8a1d2e5a6399c27dcae28b8 (diff)
Also merge into the top-level Makefile.am the simpler extras.
Diffstat (limited to 'extras/hid2hci')
-rw-r--r--extras/hid2hci/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/extras/hid2hci/Makefile.am b/extras/hid2hci/Makefile.am
deleted file mode 100644
index f3a73c5e86..0000000000
--- a/extras/hid2hci/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-include $(top_srcdir)/Makefile.am.inc
-
-libexec_PROGRAMS = \
- hid2hci
-
-dist_udevrules_DATA = \
- 70-hid2hci.rules
-
-hid2hci_SOURCES = \
- hid2hci.c
-
-hid2hci_LDADD = \
- $(top_builddir)/libudev/libudev-private.la \
- @LIBUSB_LIBS@