summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-21 15:13:17 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-21 16:02:29 +0100
commitb48a8176d050de2d03bed6c5f00b451f3ca5c750 (patch)
tree7a1c40708fbf6126e0566553006de8b016f780a2 /data/Makefile.am
parent988a99a9a54a20fff1846275f98a0c3b3c4c3469 (diff)
downloadtelepathy-account-widgets-b48a8176d050de2d03bed6c5f00b451f3ca5c750.tar.gz
always build empathy-call
https://bugzilla.gnome.org/show_bug.cgi?id=629902
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a08ed620..443cdeba 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -24,13 +24,9 @@ servicefile_in_files = \
org.freedesktop.Telepathy.Client.Empathy.Chat.service.in \
org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in \
org.freedesktop.Telepathy.Client.Empathy.Auth.service.in \
+ org.freedesktop.Telepathy.Client.Empathy.Call.service.in \
org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service.in
-if HAVE_CALL
-servicefile_in_files += \
- org.freedesktop.Telepathy.Client.Empathy.Call.service.in
-endif
-
servicefile_DATA = $(servicefile_in_files:.service.in=.service)
org.freedesktop.Telepathy.Client.Empathy.Chat.service: org.freedesktop.Telepathy.Client.Empathy.Chat.service.in
@@ -53,13 +49,9 @@ clientfile_DATA = \
Empathy.Chat.client \
Empathy.AudioVideo.client \
Empathy.Auth.client \
+ Empathy.Call.client \
Empathy.FileTransfer.client
-if HAVE_CALL
-clientfile_DATA += \
- Empathy.Call.client
-endif
-
htmldir = $(datadir)/empathy
html_DATA = \
Template.html \