[ekiga] Fix various little plugin issues



commit cc2672a7c641a47e9cbb8e34fa74d0d29cdb2f4c
Author: Julien Puydt <jpuydt gnome org>
Date:   Sun Sep 20 17:13:04 2009 +0200

    Fix various little plugin issues
    
    1) most of them weren't built anyway ;
    2) the ldap one didn't compile correctly.

 plugins/Makefile.am      |    4 ++--
 plugins/ldap/Makefile.am |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e325557..176459e 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -27,10 +27,10 @@ XCAP_DIRS = xcap resource-list
 endif
 
 SUBDIRS = \
-	$(EVOLUTION_DIR)
+	$(EVOLUTION_DIR) \
 	$(GSTREAMER_DIR) \
 	$(KAB_DIR) \
 	$(KDE_DIR) \
 	$(LDAP_DIR) \
 	$(LOUDMOUTH_DIR) \
-	$(XCAP_DIRS)
\ No newline at end of file
+	$(XCAP_DIRS)
diff --git a/plugins/ldap/Makefile.am b/plugins/ldap/Makefile.am
index 5e30173..21b4f44 100644
--- a/plugins/ldap/Makefile.am
+++ b/plugins/ldap/Makefile.am
@@ -21,6 +21,4 @@ libgmldap_la_SOURCES = \
 
 libgmldap_la_LDFLAGS = $(PLUGINS_LIBTOOL_FLAGS)
 libgmldap_la_LIBADD = \
-	$(top_builddir)/lib/engine/framework/libgmframework.la \
-	$(top_builddir)/lib/engine/addressbook/libgmaddressbook.la \
 	$(LDAP_LIBS) $(BOOST_LDFLAGS) $(BOOST_LIBS) $(GLIB_LIBS) $(XML_LIBS)



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