summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-06-28 13:49:21 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-06-28 13:49:21 +0100
commit05faadffcce2573f788c979b9d85bf78721f84c4 (patch)
tree780c2db9c271d10125618296ccdddffef63ad383 /data
parent0f00b08488ef0459fdb6d8f85d55b049d4dc0245 (diff)
downloadtelepathy-gabble-05faadffcce2573f788c979b9d85bf78721f84c4.tar.gz
Fix Make dependencies for write-mgr-file
All the parameter information lives in protocol.c these days.
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 00093459f..8d7e299c3 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 ../src/connection.h
+$(manager_DATA): ../src/write-mgr-file.c ../src/protocol.c ../src/protocol.h
@$(MAKE) -C ../src write-mgr-file
$(AM_V_GEN)../src/write-mgr-file > $@