evolution-scalix r86 - in trunk: . addressbook libescalix



Author: psuwalski
Date: Mon Jun  9 05:59:30 2008
New Revision: 86
URL: http://svn.gnome.org/viewvc/evolution-scalix?rev=86&view=rev

Log:
Add gnome-vfs CFLAGS and LIBS as needed to build on Fedora Core 9.


Modified:
   trunk/ChangeLog
   trunk/addressbook/Makefile.am
   trunk/configure.in
   trunk/evolution-scalix.spec.in
   trunk/libescalix/Makefile.am

Modified: trunk/addressbook/Makefile.am
==============================================================================
--- trunk/addressbook/Makefile.am	(original)
+++ trunk/addressbook/Makefile.am	Mon Jun  9 05:59:30 2008
@@ -2,6 +2,7 @@
 	-DG_LOG_DOMAIN=\"scalix-ebookbackend\"		\
 	$(SCALIX_CFLAGS)				\
 	$(CAMEL_CFLAGS)					\
+	$(GNOME_VFS_CFLAGS)				\
 	$(DATABOOK_CFLAGS)                 		\
 	$(LIBXML_CFLAGS)				
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jun  9 05:59:30 2008
@@ -176,6 +176,11 @@
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
 
+dnl === gnome-vfs =====================
+PKG_CHECK_MODULES(GNOME_VFS, gnome-vfs-2.0)
+AC_SUBST(GNOME_VFS_CFLAGS)
+AC_SUBST(GNOME_VFS_LIBS)
+
 dnl === evolution-plugin ==============
 PKG_CHECK_MODULES(EPLUGIN, $EVOLUTION_PLUGIN_PC)
 AC_SUBST(EPLUGIN_CFLAGS)

Modified: trunk/evolution-scalix.spec.in
==============================================================================
--- trunk/evolution-scalix.spec.in	(original)
+++ trunk/evolution-scalix.spec.in	Mon Jun  9 05:59:30 2008
@@ -20,6 +20,9 @@
 BuildRequires:  evolution-devel >= %{evolution_version}
 BuildRequires:  evolution-data-server-devel >= %{eds_version}
 BuildRequires:  glib2 >= 2.8.1
+BuildRequires:  gettext-devel
+BuildRequires:  intltool
+BuildRequires:  db4-devel
 
 Requires:  evolution >= %{evolution_version}
 Requires:  evolution-data-server >= %{eds_version}

Modified: trunk/libescalix/Makefile.am
==============================================================================
--- trunk/libescalix/Makefile.am	(original)
+++ trunk/libescalix/Makefile.am	Mon Jun  9 05:59:30 2008
@@ -7,6 +7,7 @@
 	$(CAMEL_CFLAGS)					\
 	$(GLIB_CFLAGS)					\
 	$(GTK_CFLAGS)					\
+	$(GNOME_VFS_CFLAGS)				\
 	$(EDS_CFLAGS)					\
 	$(EDS_UI_CFLAGS)				\
 	$(DATACAL_CFLAGS)				\
@@ -63,6 +64,7 @@
 	$(DATACAL_LIBS) 		\
 	$(DATABOOK_LIBS) 		\
 	$(GTK_LIBS) 			\
+	$(GNOME_VFS_LIBS)		\
 	$(EDS_UI_LIBS) 			\
 	$(DB_LIBS) 			\
 	../glog/libglog.la		\



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