ekiga r7620 - trunk/lib/engine/components



Author: jpuydt
Date: Thu Jan 29 14:40:26 2009
New Revision: 7620
URL: http://svn.gnome.org/viewvc/ekiga?rev=7620&view=rev

Log:
Made the compilation of the gnome session code conditional on gnome

Modified:
   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 Jan 29 14:40:26 2009
@@ -42,6 +42,10 @@
 AVAHI_DIR += avahi
 endif
 
+if HAVE_GNOME
+GNOME_SESSION_DIR = gnome-session
+endif
+
 SUBDIRS =                       \
 	call-history	        \
         echo                    \
@@ -52,7 +56,7 @@
         null-audiooutput        \
         opal                    \
         ptlib                   \
-	gnome-session		\
+	$(GNOME_SESSION_DIR)	\
 	$(AVAHI_DIR)            \
 	$(DBUS_DIR)             \
 	$(GSTREAMER_DIR)        \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]