diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
commit | 3f2ff54778ff76118b7de3357168091bbc955041 (patch) | |
tree | 601e358120589466b0f54a02fd1940dfe4919cb8 /chart2 | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Library_chartcontroller.mk | 1 | ||||
-rw-r--r-- | chart2/Library_chartmodel.mk | 1 | ||||
-rw-r--r-- | chart2/Library_charttools.mk | 1 | ||||
-rw-r--r-- | chart2/Library_chartview.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index c0bb2bfbe29b..f34174fa135d 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_Library,chartcontroller)) $(eval $(call gb_Library_set_include,chartcontroller,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/chart2/inc/pch) \ -I$(realpath $(SRCDIR)/chart2/source/controller/inc) \ -I$(realpath $(SRCDIR)/chart2/source/inc) \ -I$(OUTDIR)/inc \ diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk index 5ed414ed5b26..d5e6f530e9eb 100644 --- a/chart2/Library_chartmodel.mk +++ b/chart2/Library_chartmodel.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_Library,chartmodel)) $(eval $(call gb_Library_set_include,chartmodel,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/chart2/inc/pch) \ -I$(realpath $(SRCDIR)/chart2/source/model/inc) \ -I$(realpath $(SRCDIR)/chart2/source/inc) \ -I$(OUTDIR)/inc \ diff --git a/chart2/Library_charttools.mk b/chart2/Library_charttools.mk index b5d82f6ed598..2405fb33ac6e 100644 --- a/chart2/Library_charttools.mk +++ b/chart2/Library_charttools.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_Library,charttools)) $(eval $(call gb_Library_set_include,charttools,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/chart2/inc/pch) \ -I$(realpath $(SRCDIR)/chart2/source/inc) \ -I$(OUTDIR)/inc \ )) diff --git a/chart2/Library_chartview.mk b/chart2/Library_chartview.mk index 3bd0a3bd66aa..ea347746e5c6 100644 --- a/chart2/Library_chartview.mk +++ b/chart2/Library_chartview.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_Library,chartview)) $(eval $(call gb_Library_set_include,chartview,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/chart2/inc/pch) \ -I$(realpath $(SRCDIR)/chart2/source/view/inc) \ -I$(realpath $(SRCDIR)/chart2/source/inc) \ -I$(OUTDIR)/inc \ |