chiark / gitweb /
Replace the custom test-run target with the standard make check.
[elogind.git] / extras / hid2hci / Makefile.am
index 5450c341989a120ba6412a27d32c559fa3f86916..f3a73c5e8678af8dd9cde5e1bc200b7b7505105d 100644 (file)
@@ -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@