summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
author <rob.taylor@collabora.co.uk>2006-01-20 18:43:45 +0000
committer <rob.taylor@collabora.co.uk>2006-01-20 18:43:45 +0000
commit3fa5b24d137b6238aa41a858ed005ee65882a087 (patch)
tree0eff63bf73751b31859bcb8b9a1974067fc2bf9b /data
parenteb1e2d7db2d2b82f3f399cc3c55abaa06d496a9e (diff)
add patch to clean the generated .service file
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 39c353fa2..fcd2c6363 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,9 +3,12 @@ managerdir = $(datadir)/telepathy/managers
manager_DATA = gabble.manager
# Dbus service file
+BUILT_FILES = $(service_in_files:.service.in=.service)
+
servicedir = $(DBUS_SERVICES_DIR)
service_in_files = org.freedesktop.Telepathy.ConnectionManager.gabble.service.in
-service_DATA = $(service_in_files:.service.in=.service)
+service_DATA = $(BUILT_FILES)
+CLEANFILES = $(BUILT_FILES)
# Rule to make the service file with bindir expanded
$(service_DATA): $(service_in_files) Makefile