diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 20:09:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 20:09:02 +0800 |
commit | 520d90a9cc9fb24551a28116c81ab6b963cac5c9 (patch) | |
tree | 4b92463a31cc7822d1d798a8b263604cedc2d25c /plugins/pst-import | |
parent | 890f9cb46f771cb3784766d2237e70cd14970418 (diff) | |
download | gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.gz gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.bz2 gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.lz gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.xz gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.zst gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.zip |
Build with -Wl,--no-undefined and fix linker errors.
Diffstat (limited to 'plugins/pst-import')
-rw-r--r-- | plugins/pst-import/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index 6196b4c571..56d4e21600 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -24,7 +24,10 @@ plugin_LTLIBRARIES = liborg-gnome-pst-import.la 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 = \ +liborg_gnome_pst_import_la_LIBADD = \ + $(top_builddir)/mail/libevolution-mail.la \ + $(EVOLUTION_CALENDAR_LIBS) \ + $(EVOLUTION_MAIL_LIBS) \ $(LIBPST_LIBS) EXTRA_DIST = org-gnome-pst-import.eplug.xml |