diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
commit | 6133f3432fe86bc140cc9ba74794826f75c915fa (patch) | |
tree | 1199e3d6f005b66ea7b0d8b34d5ef323d7ee3cc0 /extras/hid2hci | |
parent | 29cf5b58be1a783157edc37d7151d86acbdd5732 (diff) |
cleanup ./configure installation directory options
Diffstat (limited to 'extras/hid2hci')
-rw-r--r-- | extras/hid2hci/Makefile.am | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/extras/hid2hci/Makefile.am b/extras/hid2hci/Makefile.am index 45fb840337..62ba58d3fa 100644 --- a/extras/hid2hci/Makefile.am +++ b/extras/hid2hci/Makefile.am @@ -1,10 +1,13 @@ include $(top_srcdir)/Makefile.am.inc -udevhomedir = $(udev_prefix)/lib/udev -udevhome_PROGRAMS = hid2hci +libexec_PROGRAMS = \ + hid2hci -udevrulesdir = $(udev_prefix)/lib/udev/rules.d -dist_udevrules_DATA = 70-hid2hci.rules +dist_udevrules_DATA = \ + 70-hid2hci.rules -hid2hci_SOURCES = hid2hci.c -hid2hci_LDADD = @LIBUSB_LIBS@ +hid2hci_SOURCES = \ + hid2hci.c + +hid2hci_LDADD = \ + @LIBUSB_LIBS@ |