diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 01:52:59 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:45 +0100 |
commit | 4b30ec9def591ba77d5ec9ac09ded1e6782ede8d (patch) | |
tree | 539308f4df950c0eae0ccdb28b0267a48022474f /svl | |
parent | e8a28be0dd3eb471d1d063c68b5bc163df65e182 (diff) |
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
Diffstat (limited to 'svl')
-rw-r--r-- | svl/CppunitTest_svl_lngmisc.mk | 1 | ||||
-rw-r--r-- | svl/Library_fsstorage.mk | 1 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 1 |
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) \ )) |