[ekiga] Fix glitches in some Makefile.am files



commit d44f904c3e3e1d5f59ead30b70f55dc5d773b05d
Author: Julien Puydt <jpuydt gnome org>
Date:   Fri Jun 19 20:21:44 2009 +0200

    Fix glitches in some Makefile.am files

 lib/engine/components/evolution/Makefile.am |    3 ---
 lib/engine/plugin/Makefile.am               |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/lib/engine/components/evolution/Makefile.am b/lib/engine/components/evolution/Makefile.am
index 812b219..e78cd1f 100644
--- a/lib/engine/components/evolution/Makefile.am
+++ b/lib/engine/components/evolution/Makefile.am
@@ -19,8 +19,5 @@ libgmevolution_la_SOURCES = \
 	$(evolution_dir)/evolution-main.h \
 	$(evolution_dir)/evolution-main.cpp
 
-libgmevolution_la_LIBADD = \
-	$(top_builddir)/lib/engine/addressbook/libgmaddressbook.la
-
 libgmevolution_la_LDFLAGS = $(PLUGINS_LIBTOOL_FLAGS)
 libgmevolution_la_LIBADD =  $(SIGC_LIBS) $(EDS_LIBS) $(GLIB_LIBS)
\ No newline at end of file
diff --git a/lib/engine/plugin/Makefile.am b/lib/engine/plugin/Makefile.am
index a00059b..e6d8cf1 100644
--- a/lib/engine/plugin/Makefile.am
+++ b/lib/engine/plugin/Makefile.am
@@ -14,4 +14,4 @@ libplugin_la_SOURCES = \
 	$(plugin_dir)/plugin-core.cpp
 
 libplugin_la_LDFLAGS = -export-dynamic -no-undefined
-libplugin_la_LDFLAGS = $(SIGC_LIBS) $(GLIB_LIBS)
\ No newline at end of file
+libplugin_la_LIBADD = $(SIGC_LIBS) $(GLIB_LIBS)
\ No newline at end of file



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