From b4f895265d04eb3c6b326f467be0bdec6cc24cfb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 3 Mar 2012 13:13:55 -0500 Subject: Add missing linker flags. --- libemail-engine/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libemail-engine/Makefile.am') diff --git a/libemail-engine/Makefile.am b/libemail-engine/Makefile.am index 01274d5949..4c64ea87e6 100644 --- a/libemail-engine/Makefile.am +++ b/libemail-engine/Makefile.am @@ -56,6 +56,8 @@ libemail_engine_la_SOURCES = \ libemail_engine_la_LIBADD = \ $(top_builddir)/libemail-utils/libemail-utils.la \ + $(top_builddir)/filter/libfilter.la \ + $(top_builddir)/libevolution-utils/libevolution-utils.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(NULL) -- cgit