summaryrefslogtreecommitdiffstats
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-04-15 21:22:53 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-04-15 21:22:53 +0200
commit808d14765bcf57870c9306c40a431e525b0eaa71 (patch)
tree280ea14b253a1ef511450b01a6a95703012219be /RepositoryFixes.mk
parentavoid unit testing when cross-compiling more simple (diff)
downloadcore-808d14765bcf57870c9306c40a431e525b0eaa71.tar.gz
core-808d14765bcf57870c9306c40a431e525b0eaa71.zip
do not register dbtools if we don't use it
Change-Id: Ie392d0468f1398dce7cb3601ee3284bcaef30fcf
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index a6b9367c1aee..1ee99551da38 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -143,14 +143,4 @@ endif # ifeq ($(COM),GCC)
endif # ifeq ($(OS),WNT)
-ifeq (,$(filter SCRIPTING,$(BUILD_TYPE)))
-
-gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES))
-
-endif
-
-ifeq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
-gb_Library_FILENAMES := $(patsubst dbtools:libdbtools%,,$(gb_Library_FILENAMES))
-endif
-
# vim: set noet sw=4 ts=4: