diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-02 16:01:24 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-02 16:22:55 +0200 |
commit | 2d19fc2f3bc163cf742469185d61e667b2dcd084 (patch) | |
tree | c0982b3052be41ac57ec293b4c417ba4c287879d /data | |
parent | 5a6db15dbaaa9f3aa902d5ae2299bdb5ee83a9d8 (diff) | |
download | empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar.gz |
remove empathy-av
https://bugzilla.gnome.org/show_bug.cgi?id=675296
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 9a2dd880f..ffef27bf1 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -29,19 +29,11 @@ servicefile_in_files = \ org.freedesktop.Telepathy.Client.Empathy.Call.service.in \ org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service.in -if HAVE_EMPATHY_AV -servicefile_in_files += \ - org.freedesktop.Telepathy.Client.Empathy.AudioVideo.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 $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@ -org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service: org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in - $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@ - org.freedesktop.Telepathy.Client.Empathy.Auth.service: org.freedesktop.Telepathy.Client.Empathy.Auth.service.in $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@ @@ -58,11 +50,6 @@ clientfile_DATA = \ Empathy.Call.client \ Empathy.FileTransfer.client -if HAVE_EMPATHY_AV -clientfile_DATA += \ - Empathy.AudioVideo.client -endif - htmldir = $(datadir)/empathy html_DATA = \ Template.html \ |