aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-05 20:17:45 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-05 20:17:45 +0800
commitaca90cda6126e0c77e1bbd23b320162f2cb727e8 (patch)
treed0af45b9cdff302e11e21e3f423dae00b26f356b /src
parent8f90ae25de1f78fa264b3e83e53ca1f372678237 (diff)
downloadgsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.tar
gsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.tar.gz
gsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.tar.bz2
gsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.tar.lz
gsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.tar.xz
gsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.tar.zst
gsoc2013-empathy-aca90cda6126e0c77e1bbd23b320162f2cb727e8.zip
2007-12-05 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-contact-list-view.c: * src/Makefile.am: Ship empathy-call.chandler as extra_dist if not compiled with VoIP support. Fixes bug #501486. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@466 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c8c6875d7..6ed5cd52d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,5 +53,7 @@ libexec_PROGRAMS += empathy-call-chandler
empathy_call_chandler_SOURCES = empathy-call-chandler.c
service_DATA += org.gnome.Empathy.Call.service
chandler_DATA += empathy-call.chandler
+else
+EXTRA_DIST += empathy-call.chandler
endif