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 /package | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'package')
-rw-r--r-- | package/Library_package2.mk | 1 | ||||
-rw-r--r-- | package/Library_xstor.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/package/Library_package2.mk b/package/Library_package2.mk index 7d86b77e129d..306887ebc3b5 100644 --- a/package/Library_package2.mk +++ b/package/Library_package2.mk @@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_componentfile,package2,package/util/package2)) $(eval $(call gb_Library_set_include,package2,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/package/inc) \ - -I$(realpath $(SRCDIR)/package/inc/pch) \ )) $(eval $(call gb_Library_add_api,package2,\ diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk index c37de43a6938..6413b6bbf7ab 100644 --- a/package/Library_xstor.mk +++ b/package/Library_xstor.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,xstor,package/source/xstor/xstor)) $(eval $(call gb_Library_set_include,xstor,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/package/inc) \ - -I$(realpath $(SRCDIR)/package/inc/pch) \ )) $(eval $(call gb_Library_add_api,xstor,\ |