[evolution-data-server] Fix missing LDFLAGS for imapx.



commit 9cec08b2d4dc3042f21da867fd83bfb0d7c5a975
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Wed Jan 27 15:00:57 2010 +0530

    Fix missing LDFLAGS for imapx.

 camel/providers/imapx/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/Makefile.am b/camel/providers/imapx/Makefile.am
index a89ff1c..b0ae1b9 100644
--- a/camel/providers/imapx/Makefile.am
+++ b/camel/providers/imapx/Makefile.am
@@ -36,6 +36,12 @@ noinst_HEADERS =				\
 camel-imapx-tokenise.h: camel-imapx-tokens.txt
 	gperf -H imap_hash -N imap_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@
 
+libcamelimapx_la_LIBADD = \
+        $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
+        $(top_builddir)/camel/libcamel-provider-1.2.la                  \
+        $(top_builddir)/camel/libcamel-1.2.la                           \
+        $(CAMEL_LIBS)
+
 libcamelimapx_la_LDFLAGS = -avoid-version -module
 
 noinst_PROGRAMS = test-imapx



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]