Kaydet (Commit) 8042b521 authored tarafından Peter Foley's avatar Peter Foley

add calc, dbase, file, and flat to Library_merged

Change-Id: Ib6b03cda815ba0450930cec970bfe7eb4d98ac44
üst 3c8f1793
...@@ -51,7 +51,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ...@@ -51,7 +51,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
$(call gb_Helper_optional,DESKTOP,codemaker) \ $(call gb_Helper_optional,DESKTOP,codemaker) \
comphelper \ comphelper \
configmgr \ configmgr \
connectivity \ $(call gb_Helper_optional,DBCONNECTIVITY,connectivity) \
cosv \ cosv \
cppcanvas \ cppcanvas \
cppu \ cppu \
......
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
$(eval $(call gb_Module_Module,connectivity)) $(eval $(call gb_Module_Module,connectivity))
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,connectivity,\ $(eval $(call gb_Module_add_targets,connectivity,\
AllLangResTarget_cnr \ AllLangResTarget_cnr \
AllLangResTarget_sdbcl \ AllLangResTarget_sdbcl \
...@@ -165,6 +163,4 @@ $(eval $(call gb_Module_add_check_targets,connectivity,\ ...@@ -165,6 +163,4 @@ $(eval $(call gb_Module_add_check_targets,connectivity,\
CppunitTest_connectivity_commontools \ CppunitTest_connectivity_commontools \
)) ))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -30,12 +30,14 @@ ifeq ($(MERGELIBS),TRUE) ...@@ -30,12 +30,14 @@ ifeq ($(MERGELIBS),TRUE)
# we link all object files from these libraries into one, merged library # we link all object files from these libraries into one, merged library
gb_MERGEDLIBS := \ gb_MERGEDLIBS := \
avmedia \ avmedia \
$(call gb_Helper_optional,DBCONNECTIVITY,calc) \
canvastools \ canvastools \
chartcore \ chartcore \
configmgr \ configmgr \
cppcanvas \ cppcanvas \
cui \ cui \
$(call gb_Helper_optional,DBCONNECTIVITY,dba) \ $(call gb_Helper_optional,DBCONNECTIVITY,dba) \
$(call gb_Helper_optional,DBCONNECTIVITY,dbase) \
$(call gb_Helper_optional,DBCONNECTIVITY,dbtools) \ $(call gb_Helper_optional,DBCONNECTIVITY,dbtools) \
$(call gb_Helper_optional,DBCONNECTIVITY,dbu) \ $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
deploymentmisc \ deploymentmisc \
...@@ -43,7 +45,9 @@ gb_MERGEDLIBS := \ ...@@ -43,7 +45,9 @@ gb_MERGEDLIBS := \
desktopbe1 \ desktopbe1 \
drawinglayer \ drawinglayer \
editeng \ editeng \
$(call gb_Helper_optional,DBCONNECTIVITY,file) \
filterconfig \ filterconfig \
$(call gb_Helper_optional,DBCONNECTIVITY,flat) \
for \ for \
forui \ forui \
$(call gb_Helper_optional,DBCONNECTIVITY,frm) \ $(call gb_Helper_optional,DBCONNECTIVITY,frm) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment