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 /sd | |
parent | e8a28be0dd3eb471d1d063c68b5bc163df65e182 (diff) |
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
Diffstat (limited to 'sd')
-rw-r--r-- | sd/AllLangResTarget_sd.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 1 | ||||
-rw-r--r-- | sd/Library_sd.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdd.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdfilt.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdui.mk | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sd/AllLangResTarget_sd.mk b/sd/AllLangResTarget_sd.mk index 01486fa33aa8..f8711ab143e3 100644 --- a/sd/AllLangResTarget_sd.mk +++ b/sd/AllLangResTarget_sd.mk @@ -41,7 +41,6 @@ $(eval $(call gb_SrsTarget_set_include,sd/res,\ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(realpath $(SRCDIR)/sd/source/ui/slidesorter/inc) \ -I$(WORKDIR)/inc/sd \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_SrsTarget_add_files,sd/res,\ diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 54d83105a4c8..12f3048ce63b 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -70,7 +70,6 @@ $(eval $(call gb_CppunitTest_set_include,sd_filters_test,\ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(realpath $(SRCDIR)/sd/inc) \ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_CppunitTest_add_api,sd_filters_test,\ diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index 8e563362a623..ee42c721a023 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -72,7 +72,6 @@ $(eval $(call gb_CppunitTest_set_include,sd_regression_test,\ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(realpath $(SRCDIR)/sd/inc) \ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_CppunitTest_add_api,sd_regression_test,\ diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index d7233a2d212e..bf01d0cbbc52 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -30,7 +30,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sd_uimpress)) $(eval $(call gb_CppunitTest_set_include,sd_uimpress,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_CppunitTest_add_defs,sd_uimpress,\ diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 4f9fdc03ac9a..1b030bb3ff46 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -56,7 +56,6 @@ $(eval $(call gb_Library_set_include,sd,\ -I$(realpath $(SRCDIR)/sd/source/ui/slidesorter/inc) \ -I$(WORKDIR)/inc/sd \ -I$(WORKDIR)/SdiTarget/sd/sdi \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_Library_add_defs,sd,\ diff --git a/sd/Library_sdd.mk b/sd/Library_sdd.mk index 84f9b098e58e..94bdfecae942 100644 --- a/sd/Library_sdd.mk +++ b/sd/Library_sdd.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_Library,sdd)) $(eval $(call gb_Library_set_include,sdd,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_Library_add_api,sdd,\ diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index 3316acc8ba43..957a9e9200b3 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_Library,sdfilt)) $(eval $(call gb_Library_set_include,sdfilt,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(OUTDIR)/inc \ -I$(WORKDIR)/oox/inc/ \ )) diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index e57f4628e39f..da6212bcd902 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_set_include,sdui,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_Library_add_defs,sdui,\ |