ekiga r6718 - in trunk: . lib/engine/components
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6718 - in trunk: . lib/engine/components
- Date: Thu, 28 Aug 2008 13:48:07 +0000 (UTC)
Author: jpuydt
Date: Thu Aug 28 13:48:06 2008
New Revision: 6718
URL: http://svn.gnome.org/viewvc/ekiga?rev=6718&view=rev
Log:
Made it really possible to compile avahi out, fixing #549713.
Modified:
trunk/ChangeLog
trunk/lib/engine/components/Makefile.am
Modified: trunk/lib/engine/components/Makefile.am
==============================================================================
--- trunk/lib/engine/components/Makefile.am (original)
+++ trunk/lib/engine/components/Makefile.am Thu Aug 28 13:48:06 2008
@@ -1,3 +1,5 @@
-SUBDIRS = \
- gmconf-personal-details \
- avahi-publisher
+if HAVE_AVAHI
+AVAHI_DIR = avahi-publisher
+endif
+
+SUBDIRS = gmconf-personal-details $(AVAHI_DIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]