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.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/extras/hid2hci/Makefile.am b/extras/hid2hci/Makefile.am
index 5450c34198..f3a73c5e86 100644
--- a/extras/hid2hci/Makefile.am
+++ b/extras/hid2hci/Makefile.am
@@ -7,13 +7,8 @@ dist_udevrules_DATA = \
70-hid2hci.rules
hid2hci_SOURCES = \
- hid2hci.c \
- ../../libudev/libudev.h \
- ../../libudev/libudev.c \
- ../../libudev/libudev-list.c \
- ../../libudev/libudev-util.c \
- ../../libudev/libudev-device.c \
- ../../libudev/libudev-enumerate.c
+ hid2hci.c
hid2hci_LDADD = \
+ $(top_builddir)/libudev/libudev-private.la \
@LIBUSB_LIBS@