summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-19 15:37:03 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 10:24:36 +0200
commitdc277e086d67b4e5ae53211229368c1bd7572844 (patch)
tree4bdd141aa02ed3e1d79d1479b61f9d571fe9d54f /data/Makefile.am
parenteaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2 (diff)
downloadtelepathy-account-widgets-dc277e086d67b4e5ae53211229368c1bd7572844.tar.gz
rename the chat handler to Empathy.Chat
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index befd1c92..8c11d9fd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -26,13 +26,13 @@ streamingprefs_DATA = \
servicefiledir = $(datadir)/dbus-1/services
servicefile_in_files = \
- org.freedesktop.Telepathy.Client.Empathy.service.in \
+ org.freedesktop.Telepathy.Client.Empathy.Chat.service.in \
org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in \
org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
servicefile_DATA = $(servicefile_in_files:.service.in=.service)
-org.freedesktop.Telepathy.Client.Empathy.service: org.freedesktop.Telepathy.Client.Empathy.service.in
+org.freedesktop.Telepathy.Client.Empathy.Chat.service: org.freedesktop.Telepathy.Client.Empathy.Chat.service.in
$(AM_V_GEN)sed -e "s|[@]bindir[@]|$(bindir)|" $< > $@
org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service: org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in
@@ -43,7 +43,7 @@ org.freedesktop.Telepathy.Client.Empathy.Auth.service: org.freedesktop.Telepathy
clientfiledir = $(datarootdir)/telepathy/clients
clientfile_DATA = \
- Empathy.client \
+ Empathy.Chat.client \
Empathy.AudioVideo.client \
Empathy.Auth.client