summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-01-21 01:52:59 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-02-10 21:41:45 +0100
commit4b30ec9def591ba77d5ec9ac09ded1e6782ede8d (patch)
tree539308f4df950c0eae0ccdb28b0267a48022474f /svl
parentmove this include path to RepositoryExternal.mk (diff)
downloadcore-4b30ec9def591ba77d5ec9ac09ded1e6782ede8d.tar.gz
core-4b30ec9def591ba77d5ec9ac09ded1e6782ede8d.zip
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
Diffstat (limited to 'svl')
-rw-r--r--svl/CppunitTest_svl_lngmisc.mk1
-rw-r--r--svl/Library_fsstorage.mk1
-rw-r--r--svl/Library_passwordcontainer.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/svl/CppunitTest_svl_lngmisc.mk b/svl/CppunitTest_svl_lngmisc.mk
index 5c38e4175a12..ae2c57fe0ba9 100644
--- a/svl/CppunitTest_svl_lngmisc.mk
+++ b/svl/CppunitTest_svl_lngmisc.mk
@@ -52,6 +52,5 @@ $(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
-I$(realpath $(SRCDIR)/svl/source/inc) \
-I$(realpath $(SRCDIR)/svl/inc) \
$$(INCLUDE) \
- -I$(OUTDIR)/inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk
index 2247c9a0093d..478b4b6dcf12 100644
--- a/svl/Library_fsstorage.mk
+++ b/svl/Library_fsstorage.mk
@@ -36,7 +36,6 @@ $(eval $(call gb_Library_set_include,fsstorage,\
-I$(realpath $(SRCDIR)/svl/inc) \
-I$(realpath $(SRCDIR)/svl/inc/svl) \
-I$(realpath $(SRCDIR)/svl/source/inc) \
- -I$(OUTDIR)/inc \
$$(INCLUDE) \
))
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 6b577b62cc06..b7e6b7e2aed4 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -36,7 +36,6 @@ $(eval $(call gb_Library_set_include,passwordcontainer,\
-I$(realpath $(SRCDIR)/svl/inc) \
-I$(realpath $(SRCDIR)/svl/inc/svl) \
-I$(realpath $(SRCDIR)/svl/source/inc) \
- -I$(OUTDIR)/inc \
$$(INCLUDE) \
))