ekiga r7620 - trunk/lib/engine/components
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7620 - trunk/lib/engine/components
- Date: Thu, 29 Jan 2009 14:40:26 +0000 (UTC)
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]