diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-04 19:41:42 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-04 19:41:42 +0800 |
commit | 9cc43effa33ab08a02f17e50f5e55eed28baf70b (patch) | |
tree | 1a37839dca8ef23315fc8f98f4e41a1a7aa4eada /mail | |
parent | fd75cdf70810071a8bbbe471490ba027d3830f4d (diff) | |
download | gsoc2013-evolution-9cc43effa33ab08a02f17e50f5e55eed28baf70b.tar.gz gsoc2013-evolution-9cc43effa33ab08a02f17e50f5e55eed28baf70b.tar.zst gsoc2013-evolution-9cc43effa33ab08a02f17e50f5e55eed28baf70b.zip |
Add missing EVOLUTION_MAIL_LIBS to LIBADD in mail/importers
Diffstat (limited to 'mail')
-rw-r--r-- | mail/importers/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am index 4592de8eb5..0c1864928b 100644 --- a/mail/importers/Makefile.am +++ b/mail/importers/Makefile.am @@ -29,6 +29,7 @@ libevolution_mail_importers_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(GNOME_PLATFORM_LIBS) \ + $(EVOLUTION_MAIL_LIBS) \ $(IMPORTERS_LIBS) -include $(top_srcdir)/git.mk |