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 /sfx2 | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/Library_qstart.mk | 1 | ||||
-rw-r--r-- | sfx2/Library_sfx.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index 80e794260494..e5239f83915f 100644 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,qstart_gtk,\ $$(INCLUDE) \ -I$(SRCDIR)/sfx2/inc \ -I$(SRCDIR)/sfx2/inc/sfx2 \ - -I$(SRCDIR)/sfx2/inc/pch \ -I$(OUTDIR)/inc \ )) diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index dfee2ab940e7..b8f5d3724a19 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -46,7 +46,6 @@ $(eval $(call gb_Library_set_include,sfx,\ -I$(realpath $(SRCDIR)/sfx2/inc) \ -I$(realpath $(SRCDIR)/sfx2/inc/sfx2) \ -I$(realpath $(SRCDIR)/sfx2/source/inc) \ - -I$(realpath $(SRCDIR)/sfx2/inc/pch) \ -I$(WORKDIR)/SdiTarget/sfx2/sdi \ -I$(WORKDIR)/inc/ \ $$(INCLUDE) \ |