diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-28 13:49:21 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-28 13:49:21 +0100 |
commit | 05faadffcce2573f788c979b9d85bf78721f84c4 (patch) | |
tree | 780c2db9c271d10125618296ccdddffef63ad383 /data | |
parent | 0f00b08488ef0459fdb6d8f85d55b049d4dc0245 (diff) |
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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 00093459..8d7e299c 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 > $@ |