From fd75cdf70810071a8bbbe471490ba027d3830f4d Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 4 Nov 2010 11:24:58 +0100 Subject: [PATCH] Add missing libeshell.la to LIBADD in pst-import plugin --- plugins/pst-import/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \