[evolution-exchange/gnome-2-30] Add LDAP build flags to the EPlugin.



commit 5f4159f4050fdc84753a342fa2fb6c1f9e47dc51
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Apr 28 08:49:46 2010 -0400

    Add LDAP build flags to the EPlugin.

 eplugin/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/eplugin/Makefile.am b/eplugin/Makefile.am
index 4f710d7..b256dd5 100644
--- a/eplugin/Makefile.am
+++ b/eplugin/Makefile.am
@@ -27,7 +27,8 @@ liborg_gnome_exchange_operations_la_CPPFLAGS = \
 	$(EVOLUTION_DATA_SERVER_CFLAGS) \
 	$(EVOLUTION_PLUGIN_CFLAGS) \
 	$(EVOLUTION_SHELL_CFLAGS) \
-	$(EVOLUTION_MAIL_CFLAGS)
+	$(EVOLUTION_MAIL_CFLAGS) \
+	$(LDAP_CFLAGS)
 
 
 liborg_gnome_exchange_operations_la_SOURCES = \
@@ -65,6 +66,7 @@ liborg_gnome_exchange_operations_la_LIBADD = \
 	$(EVOLUTION_SHELL_LIBS) \
 	$(EVOLUTION_MAIL_LIBS) \
 	$(PTHREAD_LIB) \
+	$(LDAP_LIBS) \
 	$(DNS_LIBS)
 
 liborg_gnome_exchange_operations_la_LDFLAGS = \



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