[evolution-data-server] Bug 686719 - Missing linker flags in Camel tests



commit 52f87cba60b4d65a3d91718c25afc66d34db7db5
Author: JB Lallement <jeanbaptiste lallement gmail com>
Date:   Fri Oct 26 11:26:13 2012 -0400

    Bug 686719 - Missing linker flags in Camel tests

 camel/tests/folder/Makefile.am      |    3 ++-
 camel/tests/message/Makefile.am     |    3 ++-
 camel/tests/mime-filter/Makefile.am |    3 ++-
 camel/tests/misc/Makefile.am        |    3 ++-
 camel/tests/smime/Makefile.am       |    3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/camel/tests/folder/Makefile.am b/camel/tests/folder/Makefile.am
index 6bcd9f5..09b29e6 100644
--- a/camel/tests/folder/Makefile.am
+++ b/camel/tests/folder/Makefile.am
@@ -11,7 +11,8 @@ FOLDER_TESTS_LDADD= \
 	$(top_builddir)/camel/tests/lib/libcameltest.a	\
 	$(top_builddir)/camel/tests/lib/libcameltest-provider.a	\
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 	\
-	$(INTLLIBS)
+	$(INTLLIBS)						\
+	$(CAMEL_LIBS)
 
 check_PROGRAMS =  	\
 	test1	test2	test3	\
diff --git a/camel/tests/message/Makefile.am b/camel/tests/message/Makefile.am
index 6264465..43dc188 100644
--- a/camel/tests/message/Makefile.am
+++ b/camel/tests/message/Makefile.am
@@ -10,7 +10,8 @@ MESSAGE_TESTS_CPPFLAGS= \
 MESSAGE_TESTS_LDADD= \
 	$(top_builddir)/camel/tests/lib/libcameltest.a		\
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 	\
-	$(INTLLIBS)
+	$(INTLLIBS)						\
+	$(CAMEL_LIBS)
 
 check_PROGRAMS = \
 	test1		\
diff --git a/camel/tests/mime-filter/Makefile.am b/camel/tests/mime-filter/Makefile.am
index e976a79..466b3ab 100644
--- a/camel/tests/mime-filter/Makefile.am
+++ b/camel/tests/mime-filter/Makefile.am
@@ -11,7 +11,8 @@ MIMEFILTER_TESTS_CPPFLAGS= \
 MIMEFILTER_TESTS_LDADD= \
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 	\
 	$(top_builddir)/camel/tests/lib/libcameltest.a		\
-	$(INTLLIBS)
+	$(INTLLIBS)						\
+	$(CAMEL_LIBS)
 
 EXTRA_DIST =				\
 	crlf-1.in			\
diff --git a/camel/tests/misc/Makefile.am b/camel/tests/misc/Makefile.am
index 4f9b77c..3bdab5b 100644
--- a/camel/tests/misc/Makefile.am
+++ b/camel/tests/misc/Makefile.am
@@ -10,7 +10,8 @@ MISC_TESTS_CPPFLAGS= \
 MISC_TESTS_LDADD= \
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 	\
 	$(top_builddir)/camel/tests/lib/libcameltest.a		\
-	$(INTLLIBS)
+	$(INTLLIBS)						\
+	$(CAMEL_LIBS)
 
 check_PROGRAMS =  	\
 	test1		\
diff --git a/camel/tests/smime/Makefile.am b/camel/tests/smime/Makefile.am
index 63f6ac6..921f46b 100644
--- a/camel/tests/smime/Makefile.am
+++ b/camel/tests/smime/Makefile.am
@@ -11,7 +11,8 @@ SMIME_TESTS_CPPFLAGS= \
 SMIME_TESTS_LDADD= \
 	$(top_builddir)/camel/tests/lib/libcameltest.a		\
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 	\
-	$(INTLLIBS)
+	$(INTLLIBS)						\
+	$(CAMEL_LIBS)
 
 check_PROGRAMS =  	\
 	pgp



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