From c00b5ee5f2bab4e10f113e09372bd151d852912b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 19 Dec 2016 21:41:12 +0000 Subject: [PATCH] always have dbtools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6a3658a275c520c95490df2bb4c99ad3e3a15cef Reviewed-on: https://gerrit.libreoffice.org/32208 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- connectivity/Module_connectivity.mk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk index aee317867501..e7043a77613e 100644 --- a/connectivity/Module_connectivity.mk +++ b/connectivity/Module_connectivity.mk @@ -10,6 +10,12 @@ $(eval $(call gb_Module_Module,connectivity)) +$(eval $(call gb_Module_add_targets,connectivity,\ + Library_dbtools \ +)) + +ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))) + $(eval $(call gb_Module_add_targets,connectivity,\ Configuration_calc \ Configuration_dbase \ @@ -19,7 +25,6 @@ $(eval $(call gb_Module_add_targets,connectivity,\ Library_calc \ Library_dbase \ Library_dbpool2 \ - Library_dbtools \ Library_file \ Library_flat \ Library_mysql \ @@ -132,4 +137,6 @@ $(eval $(call gb_Module_add_check_targets,connectivity,\ CppunitTest_connectivity_commontools \ )) +endif + # vim: set noet sw=4 ts=4: