From 3437451c9ed4900fea110278f93f2318e16fbe3b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 11 Feb 2012 07:58:03 -0600 Subject: Bug 669433 - Add missing linker flags to pst-import --- plugins/pst-import/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'plugins/pst-import/Makefile.am') diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index 1ded6e0f80..04447c331f 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 -- cgit v1.2.3