always have dbtools
Change-Id: I6a3658a275c520c95490df2bb4c99ad3e3a15cef Reviewed-on: https://gerrit.libreoffice.org/32208 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
4563639191
commit
c00b5ee5f2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user