From 884cfe825db1a0e8c98aa6a604fd4588a1de1340 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 02:36:57 +0000 Subject: Don't install services that are in experimental state --- daemon/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'daemon') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7bf8d440..336f2a25 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,4 +1,10 @@ +if CONFIGFILES +confdir = $(sysconfdir)/bluetooth + +conf_DATA = echo.service +endif + servicedir = $(libdir)/bluetooth if GLIB @@ -35,4 +41,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ $(glib_cflags) INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd +EXTRA_DIST = echo.service + MAINTAINERCLEANFILES = Makefile.in -- cgit