diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2008-07-14 11:58:31 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2008-07-14 11:58:31 +0000 |
commit | f3da60bbcb6c0af78ac760a3a9dad249dae3a2ec (patch) | |
tree | 091fadecc5be7e9eaa0a6e0b371ead3c837259bc /data | |
parent | 1f1f7b0d4975bf6bc3eab7dd9b19dae1e6ceb526 (diff) |
rename gabble-connection-manager.c to connection-manager.c
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 843dd99d..3f745209 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/gabble-connection-manager.c ../src/write-mgr-file.c +$(manager_DATA): ../src/connection-manager.c ../src/write-mgr-file.c $(MAKE) -C ../src write-mgr-file ../src/write-mgr-file > $@ |