From 5c77c64b1ce0a2dc026d1137e209d1a42a7147f1 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 5 Dec 2007 12:17:45 +0000 Subject: Ship empathy-call.chandler as extra_dist if not compiled with VoIP 2007-12-05 Xavier Claessens * 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 --- ChangeLog | 6 ++++++ src/Makefile.am | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f74514750..1976f8f01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-05 Xavier Claessens + + * 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 * 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 -- cgit v1.2.3