summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7451475..1976f8f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 c8c6875d..6ed5cd52 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