@@ -37,7 +37,7 @@ lib/bluez.pc
lib/bluetooth
src/builtin.h
src/bluetoothd
-tools/97-hid2hci.rules
+tools/hid2hci.rules
profiles/cups/bluetooth
profiles/iap/iapd
@@ -429,11 +429,9 @@ if HID2HCI
rulesdir = $(UDEV_DIR)/rules.d
rules_DATA = tools/97-hid2hci.rules
-
-CLEANFILES += $(rules_DATA)
endif
-EXTRA_DIST += tools/hid2hci.rules
+EXTRA_DIST += tools/97-hid2hci.rules
if TEST
testdir = $(pkglibdir)/test
@@ -758,10 +756,6 @@ endif
src/builtin.h: src/genbuiltin $(builtin_sources)
$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
-tools/%.rules:
- $(AM_V_at)$(MKDIR_P) tools
- $(AM_V_GEN)cp $(srcdir)/$(subst 97-,,$@) $@
-
$(lib_libbluetooth_la_OBJECTS): $(local_headers)
lib/bluetooth/%.h: lib/%.h
similarity index 100%
rename from tools/hid2hci.rules
rename to tools/97-hid2hci.rules
From: Emil Velikov <emil.l.velikov@gmail.com> There's a single file, so we can drop the makefile rule and rename it accordingly. --- .gitignore | 2 +- Makefile.am | 8 +------- tools/{hid2hci.rules => 97-hid2hci.rules} | 0 3 files changed, 2 insertions(+), 8 deletions(-)