diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-04 18:24:58 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:21 +0800 |
commit | 8d291318b090fa4fd0e5766d53c8a7d3a31522d7 (patch) | |
tree | c02d5eef51c6da8af1eb7075211b441e080caff3 | |
parent | fc4ecb5adcdbc4a7dbab43cf5e7d0904b8fabd60 (diff) | |
download | gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.tar gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.tar.gz gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.tar.bz2 gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.tar.lz gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.tar.xz gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.tar.zst gsoc2013-evolution-8d291318b090fa4fd0e5766d53c8a7d3a31522d7.zip |
Add missing libeshell.la to LIBADD in pst-import plugin
-rw-r--r-- | plugins/pst-import/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index 0c6c89b5b9..b4745b6226 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -30,9 +30,9 @@ 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 \ - $(CAMEL_LIBS) \ $(EVOLUTION_CALENDAR_LIBS) \ $(EVOLUTION_MAIL_LIBS) \ $(GNOME_PLATFORM_LIBS) \ |