summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-03-26 17:31:48 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-03-26 17:31:48 +0000
commit61faca361c67b335da0129a40a9fdf5a8beaa9d5 (patch)
treeab809d75b7cce87b7f857eb9cf11fbeee97eca12 /data
parent3a93359f4aa548f8870246b411f87528a84a0868 (diff)
manager file has to be regenerated when connection.h is modified as that's where default params are defined
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 3f7452094..12579c45b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -15,6 +15,6 @@ org.freedesktop.Telepathy.ConnectionManager.gabble.service: gabble.service.in \
CLEANFILES = $(service_DATA) $(manager_DATA)
-$(manager_DATA): ../src/connection-manager.c ../src/write-mgr-file.c
+$(manager_DATA): ../src/connection-manager.c ../src/write-mgr-file.c ../src/connection.h
$(MAKE) -C ../src write-mgr-file
../src/write-mgr-file > $@