diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-26 20:53:13 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-28 09:58:06 -0400 |
commit | 8042b521fd5cf71a46256599c84f766c6ae6c621 (patch) | |
tree | 0f623b8e4b23607278082448af3b90a51b25748e /connectivity | |
parent | 3c8f17930eeacb7250ecfc01cbf557e50234e307 (diff) |
add calc, dbase, file, and flat to Library_merged
Change-Id: Ib6b03cda815ba0450930cec970bfe7eb4d98ac44
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Module_connectivity.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk index bef94383d3e8..4ca6a6ffc179 100644 --- a/connectivity/Module_connectivity.mk +++ b/connectivity/Module_connectivity.mk @@ -27,8 +27,6 @@ $(eval $(call gb_Module_Module,connectivity)) -ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))) - $(eval $(call gb_Module_add_targets,connectivity,\ AllLangResTarget_cnr \ AllLangResTarget_sdbcl \ @@ -165,6 +163,4 @@ $(eval $(call gb_Module_add_check_targets,connectivity,\ CppunitTest_connectivity_commontools \ )) -endif - # vim: set noet sw=4 ts=4: |