From 3d6f08cb24a31bf76cb3e934dddbc1f8d52d4c94 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Sep 2006 00:20:45 +0000 Subject: Add option to disable installation of config files --- rfcomm/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rfcomm') 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 -- cgit