[telepathy-mission-control/master] Change the name of the binary to mission-control-5

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Jun 1 06:59:28 PDT 2009


The binary isn't generally run directly by users, and this means it won't
try to use the same filename as MC 4.
---
 server/Makefile.am                                 |    6 +++---
 ...reedesktop.Telepathy.MissionControl5.service.in |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/Makefile.am b/server/Makefile.am
index 1e88965..3151a20 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -18,8 +18,8 @@ servicefile_DATA=org.freedesktop.Telepathy.MissionControl5.service \
 %.service: %.service.in Makefile
 	sed -e 's![@]libexecdir[@]!$(libexecdir)!' $< > $@
 
-libexec_PROGRAMS = mission-control
-mission_control_SOURCES = mc-server.c
-mission_control_LDADD = $(top_builddir)/src/libmissioncontrol-server.la
+libexec_PROGRAMS = mission-control-5
+mission_control_5_SOURCES = mc-server.c
+mission_control_5_LDADD = $(top_builddir)/src/libmissioncontrol-server.la
 
 endif
diff --git a/server/org.freedesktop.Telepathy.MissionControl5.service.in b/server/org.freedesktop.Telepathy.MissionControl5.service.in
index 1d6785e..d91d4dd 100644
--- a/server/org.freedesktop.Telepathy.MissionControl5.service.in
+++ b/server/org.freedesktop.Telepathy.MissionControl5.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.freedesktop.Telepathy.MissionControl5
-Exec=@libexecdir@/mission-control
+Exec=@libexecdir@/mission-control-5
-- 
1.5.6.5




More information about the telepathy-commits mailing list