summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-06-30 07:53:08 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-06-30 07:53:08 -0700
commitc5908da18185bfee024482ee855f7f32d7be2dd7 (patch)
treead0568255d4f92672faafa5c4ddbc058fd5c2665 /scripts
parent0b86874a83da4eab9ddf4b038913f301539be674 (diff)
downloadbluez-c5908da18185bfee024482ee855f7f32d7be2dd7.tar.gz
Separate between udev rules and configuration files
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index df950f8ef..ce8366a17 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,8 +1,8 @@
-if CONFIGFILES
+if UDEVRULES
rulesdir = $(sysconfdir)/udev
-rules_DATA =
+rules_DATA = bluetooth.rules
if HID2HCI
rules_DATA += bluetooth-hid2hci.rules
@@ -11,10 +11,6 @@ endif
if PCMCIA
rules_DATA += bluetooth-serial.rules
endif
-
-if UDEVRULES
-rules_DATA += bluetooth.rules
-endif
endif
if PCMCIA