summaryrefslogtreecommitdiff
path: root/extras/hid2hci/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hid2hci/Makefile.am')
-rw-r--r--extras/hid2hci/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/hid2hci/Makefile.am b/extras/hid2hci/Makefile.am
new file mode 100644
index 0000000000..45fb840337
--- /dev/null
+++ b/extras/hid2hci/Makefile.am
@@ -0,0 +1,10 @@
+include $(top_srcdir)/Makefile.am.inc
+
+udevhomedir = $(udev_prefix)/lib/udev
+udevhome_PROGRAMS = hid2hci
+
+udevrulesdir = $(udev_prefix)/lib/udev/rules.d
+dist_udevrules_DATA = 70-hid2hci.rules
+
+hid2hci_SOURCES = hid2hci.c
+hid2hci_LDADD = @LIBUSB_LIBS@