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 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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