summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 15:24:45 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 15:24:45 -0600
commit3f2ff54778ff76118b7de3357168091bbc955041 (patch)
tree601e358120589466b0f54a02fd1940dfe4919cb8 /automation
parentb33971cb124de2bea5332d6adb802bd84eb57652 (diff)
remove pch from the include list
Diffstat (limited to 'automation')
-rw-r--r--automation/Executable_miniapp.mk1
-rw-r--r--automation/Executable_testtool.mk1
-rw-r--r--automation/Library_communi.mk1
-rw-r--r--automation/Library_simplecm.mk1
-rw-r--r--automation/Library_sts.mk1
5 files changed, 0 insertions, 5 deletions
diff --git a/automation/Executable_miniapp.mk b/automation/Executable_miniapp.mk
index 95cecc884c93..bb0e2b788fef 100644
--- a/automation/Executable_miniapp.mk
+++ b/automation/Executable_miniapp.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Executable_set_targettype_gui,miniapp,YES))
$(eval $(call gb_Executable_set_include,miniapp,\
$$(INCLUDE) \
- -I$(SRCDIR)/automation/inc/pch \
))
$(eval $(call gb_Executable_add_api,miniapp,\
diff --git a/automation/Executable_testtool.mk b/automation/Executable_testtool.mk
index 98ae557a7649..0aa986e3abb5 100644
--- a/automation/Executable_testtool.mk
+++ b/automation/Executable_testtool.mk
@@ -34,7 +34,6 @@ $(eval $(call gb_Executable_add_package_headers,testtool,\
$(eval $(call gb_Executable_set_include,testtool,\
$$(INCLUDE) \
-I$(call gb_CustomTarget_get_workdir,automation/source/testtool) \
- -I$(SRCDIR)/automation/inc/pch \
-I$(SRCDIR)/automation/inc \
-I$(SRCDIR)/automation/source/inc \
))
diff --git a/automation/Library_communi.mk b/automation/Library_communi.mk
index 998069e58a87..0692db12b768 100644
--- a/automation/Library_communi.mk
+++ b/automation/Library_communi.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Library_add_package_headers,communi,\
$(eval $(call gb_Library_set_include,communi,\
$$(INCLUDE) \
- -I$(SRCDIR)/automation/inc/pch \
-I$(SRCDIR)/automation/inc \
))
diff --git a/automation/Library_simplecm.mk b/automation/Library_simplecm.mk
index 130538e06b0c..3ac6c3761241 100644
--- a/automation/Library_simplecm.mk
+++ b/automation/Library_simplecm.mk
@@ -28,7 +28,6 @@ $(eval $(call gb_Library_Library,simplecm))
$(eval $(call gb_Library_set_include,simplecm,\
$$(INCLUDE) \
-I$(SRCDIR)/automation/inc \
- -I$(SRCDIR)/automation/inc/pch \
-I$(SRCDIR)/automation/source/inc \
))
diff --git a/automation/Library_sts.mk b/automation/Library_sts.mk
index 1448042a7db3..80e7b7b8e6cd 100644
--- a/automation/Library_sts.mk
+++ b/automation/Library_sts.mk
@@ -28,7 +28,6 @@ $(eval $(call gb_Library_Library,sts))
$(eval $(call gb_Library_set_include,sts,\
$$(INCLUDE) \
-I$(WORKDIR)/CustomTarget/automation/source/testtool \
- -I$(SRCDIR)/automation/inc/pch \
-I$(SRCDIR)/automation/source/inc \
-I$(SRCDIR)/automation/inc \
))