From b48a8176d050de2d03bed6c5f00b451f3ca5c750 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 21 Feb 2012 15:13:17 +0100 Subject: always build empathy-call https://bugzilla.gnome.org/show_bug.cgi?id=629902 --- data/Makefile.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index a08ed620d..443cdeba4 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 \ -- cgit v1.2.3