[evolution] Bug 669433 - Add missing linker flags to pst-import



commit 3437451c9ed4900fea110278f93f2318e16fbe3b
Author: Dominique Leuenberger <dominique-gnomezilla leuenberger net>
Date:   Sat Feb 11 07:58:03 2012 -0600

    Bug 669433 - Add missing linker flags to pst-import

 plugins/pst-import/Makefile.am |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am
index 1ded6e0..04447c3 100644
--- a/plugins/pst-import/Makefile.am
+++ b/plugins/pst-import/Makefile.am
@@ -25,13 +25,15 @@ liborg_gnome_pst_import_la_SOURCES = pst-importer.c
 
 liborg_gnome_pst_import_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
 
-liborg_gnome_pst_import_la_LIBADD =			\
-	$(top_builddir)/shell/libeshell.la		\
-	$(top_builddir)/mail/libevolution-mail.la	\
-	$(top_builddir)/e-util/libeutil.la		\
-	$(EVOLUTION_DATA_SERVER_LIBS)			\
-	$(GNOME_PLATFORM_LIBS)				\
-	$(GTKHTML_LIBS)					\
+liborg_gnome_pst_import_la_LIBADD =				\
+	$(top_builddir)/shell/libeshell.la			\
+	$(top_builddir)/mail/libevolution-mail.la		\
+	$(top_builddir)/e-util/libeutil.la			\
+	$(top_builddir)/libemail-engine/libemail-engine.la	\
+	$(top_builddir)/libemail-utils/libemail-utils.la	\
+	$(EVOLUTION_DATA_SERVER_LIBS)				\
+	$(GNOME_PLATFORM_LIBS)					\
+	$(GTKHTML_LIBS)						\
 	$(LIBPST_LIBS)
 
 EXTRA_DIST = org-gnome-pst-import.eplug.xml
@@ -40,5 +42,4 @@ BUILT_SOURCES = org-gnome-pst-import.eplug
 
 CLEANFILES = $(BUILT_SOURCES)
 
-
 -include $(top_srcdir)/git.mk



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