summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorAlberto Mardegan <mardy@users.sourceforge.net>2008-03-31 13:48:47 +0000
committerAlberto Mardegan <mardy@users.sourceforge.net>2008-03-31 13:48:47 +0000
commit5d7c50f93d5c194a76bcda859ddd753623b54df8 (patch)
tree0c2d9eb324328e8360003e3a18799024b7e35640 /server
parente8e756cb7118d6d89b3c84647561a313a93b31f4 (diff)
Fix presence compatibility with old MC
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@320 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index b5302054..4c0f008c 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -5,11 +5,14 @@ INCLUDES = $(DBUS_CFLAGS) $(TELEPATHY_CFLAGS) -I$(top_srcdir) \
if HAVE_SERVER
-EXTRA_DIST = org.freedesktop.Telepathy.MissionControl.service.in
-CLEANFILES = org.freedesktop.Telepathy.MissionControl.service
+EXTRA_DIST = org.freedesktop.Telepathy.MissionControl.service.in \
+ org.freedesktop.Telepathy.AccountManager.service.in
+CLEANFILES = org.freedesktop.Telepathy.MissionControl.service \
+ org.freedesktop.Telepathy.AccountManager.service
servicefiledir=$(prefix)/share/dbus-1/services
-servicefile_DATA=org.freedesktop.Telepathy.MissionControl.service
+servicefile_DATA=org.freedesktop.Telepathy.MissionControl.service \
+ org.freedesktop.Telepathy.AccountManager.service
%.service: %.service.in Makefile
sed -e 's![@]libexecdir[@]!$(libexecdir)!' $< > $@