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 /comphelper | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/CppunitTest_comphelper_test.mk | 1 | ||||
-rw-r--r-- | comphelper/Library_comphelp.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/CppunitTest_comphelper_test.mk b/comphelper/CppunitTest_comphelper_test.mk index 92c32fe11997..f35f553edb06 100644 --- a/comphelper/CppunitTest_comphelper_test.mk +++ b/comphelper/CppunitTest_comphelper_test.mk @@ -48,7 +48,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,comphelper_test, \ )) $(eval $(call gb_CppunitTest_set_include,comphelper_test,\ - -I$(realpath $(SRCDIR)/comphelper/inc/pch) \ -I$(realpath $(SRCDIR)/comphelper/inc) \ $$(INCLUDE) \ )) diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk index 05325e719ea6..29ab7800df0a 100644 --- a/comphelper/Library_comphelp.mk +++ b/comphelper/Library_comphelp.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_add_package_headers,comphelper,comphelper_inc)) $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp)) $(eval $(call gb_Library_set_include,comphelper,\ - -I$(realpath $(SRCDIR)/comphelper/inc/pch) \ -I$(realpath $(SRCDIR)/comphelper/source/inc) \ $$(INCLUDE) \ )) |