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 /formula | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'formula')
-rw-r--r-- | formula/Library_for.mk | 1 | ||||
-rw-r--r-- | formula/Library_forui.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk index 8017ffbcc713..6b7d01a1208a 100644 --- a/formula/Library_for.mk +++ b/formula/Library_for.mk @@ -34,7 +34,6 @@ $(eval $(call gb_Library_add_package_headers,for,\ $(eval $(call gb_Library_set_include,for,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/formula/inc/pch) \ -I$(realpath $(SRCDIR)/formula/source/core/inc) \ -I$(OUTDIR)/inc \ )) diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk index 01444bd74825..3e38da6519d1 100644 --- a/formula/Library_forui.mk +++ b/formula/Library_forui.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,forui)) $(eval $(call gb_Library_set_include,forui,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/formula/inc) \ - -I$(realpath $(SRCDIR)/formula/inc/pch) \ -I$(realpath $(SRCDIR)/formula/source/ui/inc) \ -I$(OUTDIR)/inc \ )) |