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 | |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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. + 2007-12-03 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.21.4. 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 |