diff options
author | Dominique Leuenberger <dominique-gnomezilla@leuenberger.net> | 2012-02-11 21:58:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-02-11 21:58:03 +0800 |
commit | 3437451c9ed4900fea110278f93f2318e16fbe3b (patch) | |
tree | 115ae592c8006e4fff91e2e24dac8585335d9ba3 /plugins/pst-import | |
parent | 4b136f80653283149525d886ed6b2ee66f2f328a (diff) | |
download | gsoc2013-evolution-3437451c9ed4900fea110278f93f2318e16fbe3b.tar.gz gsoc2013-evolution-3437451c9ed4900fea110278f93f2318e16fbe3b.tar.zst gsoc2013-evolution-3437451c9ed4900fea110278f93f2318e16fbe3b.zip |
Bug 669433 - Add missing linker flags to pst-import
Diffstat (limited to 'plugins/pst-import')
-rw-r--r-- | 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 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 |