aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/Makefile.am
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-04 18:24:58 +0800
committerMilan Crha <mcrha@redhat.com>2010-11-04 18:24:58 +0800
commitfd75cdf70810071a8bbbe471490ba027d3830f4d (patch)
tree88a0d7c3a615ae275d7fa27512f1364fe8448631 /plugins/pst-import/Makefile.am
parent2b5106d4a85969c694fe8d167c62614096568707 (diff)
downloadgsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.tar
gsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.tar.gz
gsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.tar.bz2
gsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.tar.lz
gsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.tar.xz
gsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.tar.zst
gsoc2013-evolution-fd75cdf70810071a8bbbe471490ba027d3830f4d.zip
Add missing libeshell.la to LIBADD in pst-import plugin
Diffstat (limited to 'plugins/pst-import/Makefile.am')
-rw-r--r--plugins/pst-import/Makefile.am2
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) \