[evolution-kolab/ek-wip-porting: 3/6] build fix: LIBADD the libekolabconv sub-libs where needed



commit ed619bdaf403f3c231e929b0429cee893d675a4a
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Tue Nov 22 19:40:12 2011 +0100

    build fix: LIBADD the libekolabconv sub-libs where needed

 src/libekolab/Makefile.am              |    3 +++
 src/libekolabconv/test/src/Makefile.am |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/libekolab/Makefile.am b/src/libekolab/Makefile.am
index 8c4885f..4656007 100644
--- a/src/libekolab/Makefile.am
+++ b/src/libekolab/Makefile.am
@@ -94,6 +94,9 @@ libekolabbackend_la_LIBADD = \
 	$(KOLAB_LIB_CAMEL) \
 	$(KOLAB_LIB_EKOLAB) \
 	$(KOLAB_LIB_EKOLABUTIL) \
+	$(KOLAB_LIB_EKOLABCONVEVOLUTION) \
+	$(KOLAB_LIB_EKOLABCONVKOLAB) \
+	$(KOLAB_LIB_EKOLABCONVSTRUCTS) \
 	$(KOLAB_LIB_EKOLABCONV)
 
 ## --- module ------------------------------------------------------------------
diff --git a/src/libekolabconv/test/src/Makefile.am b/src/libekolabconv/test/src/Makefile.am
index 7bc4ace..bfb533a 100644
--- a/src/libekolabconv/test/src/Makefile.am
+++ b/src/libekolabconv/test/src/Makefile.am
@@ -21,6 +21,9 @@ unittest_libekolabconv_CPPFLAGS = \
 	$(GMIME_CFLAGS)
 
 unittest_libekolabconv_LDADD = \
+	$(KOLAB_LIB_EKOLABCONVEVOLUTION) \
+	$(KOLAB_LIB_EKOLABCONVKOLAB) \
+	$(KOLAB_LIB_EKOLABCONVSTRUCTS) \
 	$(KOLAB_LIB_EKOLABCONV) \
 	$(CAMEL_LIBS) \
 	$(GLIB_LIBS) \



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