blob: 62ba58d3fa132132d1da77908f3b3618b0e01dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(top_srcdir)/Makefile.am.inc
libexec_PROGRAMS = \
hid2hci
dist_udevrules_DATA = \
70-hid2hci.rules
hid2hci_SOURCES = \
hid2hci.c
hid2hci_LDADD = \
@LIBUSB_LIBS@
|