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 /xmloff | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/Library_xo.mk | 1 | ||||
-rw-r--r-- | xmloff/Library_xof.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 19c4c46fca1e..11173d93051f 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -35,7 +35,6 @@ $(eval $(call gb_Library_add_package_headers,xo,xmloff_inc)) $(eval $(call gb_Library_set_include,xo,\ $$(SOLARINC) \ -I$(realpath $(SRCDIR)/xmloff/inc) \ - -I$(realpath $(SRCDIR)/xmloff/inc/pch) \ )) $(eval $(call gb_Library_add_defs,xo,\ diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk index c602d3902738..bad7161996da 100644 --- a/xmloff/Library_xof.mk +++ b/xmloff/Library_xof.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,xof)) $(eval $(call gb_Library_set_componentfile,xof,xmloff/source/transform/xof)) $(eval $(call gb_Library_set_include,xof,\ - -I$(realpath $(SRCDIR)/xmloff/inc/pch) \ -I$(realpath $(SRCDIR)/xmloff/inc) \ $$(INCLUDE) \ )) |