summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-01 14:59:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-01 15:48:36 +0100
commitf9f82de09673a8d97486a679adb54040b6f3f102 (patch)
tree5b7f47ffebd91be1b8653c624e48ac91eb7f0419 /server
parentea678a8426ab1dac34b169292e1d22a17c1d94c8 (diff)
downloadtelepathy-mission-control-f9f82de09673a8d97486a679adb54040b6f3f102.tar.gz
Change the name of the binary to mission-control-5
The binary isn't generally run directly by users, and this means it won't try to use the same filename as MC 4.
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.am6
-rw-r--r--server/org.freedesktop.Telepathy.MissionControl5.service.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 1e88965d..3151a200 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 1d6785e5..d91d4dd8 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