diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-03-26 17:31:48 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-03-26 17:31:48 +0000 |
commit | 61faca361c67b335da0129a40a9fdf5a8beaa9d5 (patch) | |
tree | ab809d75b7cce87b7f857eb9cf11fbeee97eca12 /data | |
parent | 3a93359f4aa548f8870246b411f87528a84a0868 (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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3f745209..12579c45 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 > $@ |