diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-12-05 20:17:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-05 20:17:45 +0800 |
commit | 5c77c64b1ce0a2dc026d1137e209d1a42a7147f1 (patch) | |
tree | d0af45b9cdff302e11e21e3f423dae00b26f356b /src | |
parent | a1c667ddd5c3901989dda1a87d17491e13240411 (diff) | |
download | gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.tar gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.tar.gz gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.tar.bz2 gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.tar.lz gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.tar.xz gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.tar.zst gsoc2013-empathy-5c77c64b1ce0a2dc026d1137e209d1a42a7147f1.zip |
Ship empathy-call.chandler as extra_dist if not compiled with VoIP
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.
svn path=/trunk/; revision=466
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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 |