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 --- hcid/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hcid') diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 93f17814..3c3c52b1 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -1,4 +1,5 @@ +if CONFIGFILES confdir = $(sysconfdir)/bluetooth conf_DATA = hcid.conf @@ -10,6 +11,7 @@ state_DATA = dbusdir = $(sysconfdir)/dbus-1/system.d dbus_DATA = bluez-hcid.conf +endif sbin_PROGRAMS = hcid @@ -41,6 +43,6 @@ AM_YFLAGS = -d CLEANFILES = lexer.c parser.c parser.h -EXTRA_DIST = $(man_MANS) $(conf_DATA) bluez-hcid.conf dbus-test dbus-api.txt +EXTRA_DIST = $(man_MANS) hcid.conf bluez-hcid.conf dbus-test dbus-api.txt MAINTAINERCLEANFILES = Makefile.in -- cgit