summaryrefslogtreecommitdiffstats
path: root/rfcomm
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-01 00:20:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-09-01 00:20:45 +0000
commit3d6f08cb24a31bf76cb3e934dddbc1f8d52d4c94 (patch)
treec917b9aadd9baedef758ac2f59f326b6c402a5b5 /rfcomm
parent453d87840fd35b1e29322710a02fd2bc2c5da7b3 (diff)
Add option to disable installation of config files
Diffstat (limited to 'rfcomm')
-rw-r--r--rfcomm/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/rfcomm/Makefile.am b/rfcomm/Makefile.am
index 8e883540..a1a97b8a 100644
--- a/rfcomm/Makefile.am
+++ b/rfcomm/Makefile.am
@@ -1,7 +1,9 @@
+if CONFIGFILES
confdir = $(sysconfdir)/bluetooth
conf_DATA = rfcomm.conf
+endif
bin_PROGRAMS = rfcomm
@@ -18,6 +20,6 @@ AM_YFLAGS = -d
CLEANFILES = lexer.c parser.c parser.h
-EXTRA_DIST = $(man_MANS) $(conf_DATA)
+EXTRA_DIST = $(man_MANS) rfcomm.conf
MAINTAINERCLEANFILES = Makefile.in