evolution-mapi r73 - in trunk/src: account-setup-eplugin camel



Author: mcrha
Date: Wed Jan 21 15:37:12 2009
New Revision: 73
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=73&view=rev

Log:
2009-01-21  Milan Crha  <mcrha redhat com>

	* src/camel/Makefile.am:
	* src/account-setup-eplugin/Makefile.am:
	Use also LIBECAL_CFLAGS and LIBECAL_LIBS.



Modified:
   trunk/src/account-setup-eplugin/ChangeLog
   trunk/src/account-setup-eplugin/Makefile.am
   trunk/src/camel/ChangeLog
   trunk/src/camel/Makefile.am

Modified: trunk/src/account-setup-eplugin/Makefile.am
==============================================================================
--- trunk/src/account-setup-eplugin/Makefile.am	(original)
+++ trunk/src/account-setup-eplugin/Makefile.am	Wed Jan 21 15:37:12 2009
@@ -5,6 +5,7 @@
 	-I$(top_srcdir)/src/libexchangemapi/		\
 	$(EVOLUTION_PLUGIN_CFLAGS)			\
 	$(CAMEL_CFLAGS)					\
+	$(LIBECAL_CFLAGS)				\
 	$(LIBMAPI_CFLAGS)
 
 
@@ -24,6 +25,7 @@
 	$(top_builddir)/src/libexchangemapi/libexchangemapi-1.0.la \
 	$(EVOLUTION_PLUGIN_LIBS)			\
 	$(CAMEL_LIBS) 					\
+	$(LIBECAL_LIBS)					\
 	$(LIBMAPI_LIBS)
 
 liborg_gnome_exchange_mapi_la_LDFLAGS = -module -avoid-version -lmapi $(NO_UNDEFINED)

Modified: trunk/src/camel/Makefile.am
==============================================================================
--- trunk/src/camel/Makefile.am	(original)
+++ trunk/src/camel/Makefile.am	Wed Jan 21 15:37:12 2009
@@ -8,6 +8,7 @@
 	-I$(top_srcdir)/src/camel		\
 	-I$(top_srcdir)/src/libexchangemapi	\
 	$(CAMEL_CFLAGS)				\
+	$(LIBECAL_CFLAGS)			\
         $(LIBMAPI_CFLAGS)                       \
 	-DG_LOG_DOMAIN=\"camel-mapi-provider\"
 
@@ -32,6 +33,7 @@
 libcamelmapi_la_LIBADD = 			\
 	$(top_builddir)/src/libexchangemapi/libexchangemapi-1.0.la \
 	$(CAMEL_LIBS) 				\
+	$(LIBECAL_LIBS)				\
         $(LIBMAPI_LIBS)
 
 EXTRA_DIST = libcamelmapi.urls



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