ekiga r6718 - in trunk: . lib/engine/components



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]