summaryrefslogtreecommitdiff
path: root/xmlsecurity
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 /xmlsecurity
parentb33971cb124de2bea5332d6adb802bd84eb57652 (diff)
remove pch from the include list
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/CppunitTest_qa_certext.mk1
-rw-r--r--xmlsecurity/Library_xmlsecurity.mk1
-rw-r--r--xmlsecurity/Library_xsec_fw.mk1
-rw-r--r--xmlsecurity/Library_xsec_xmlsec.mk1
4 files changed, 0 insertions, 4 deletions
diff --git a/xmlsecurity/CppunitTest_qa_certext.mk b/xmlsecurity/CppunitTest_qa_certext.mk
index 29aba404032d..a4e1a8f354fc 100644
--- a/xmlsecurity/CppunitTest_qa_certext.mk
+++ b/xmlsecurity/CppunitTest_qa_certext.mk
@@ -30,7 +30,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,xmlsecurity_qa_certext))
$(eval $(call gb_CppunitTest_set_include,xmlsecurity_qa_certext,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/xmlsecurity/inc/pch) \
))
$(eval $(call gb_CppunitTest_add_api,xmlsecurity_qa_certext,\
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk
index a061e3380540..04f96c9a7cf8 100644
--- a/xmlsecurity/Library_xmlsecurity.mk
+++ b/xmlsecurity/Library_xmlsecurity.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,xmlsecurity,xmlsecurity/util/xmlsecur
$(eval $(call gb_Library_set_include,xmlsecurity,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/xmlsecurity/inc) \
- -I$(realpath $(SRCDIR)/xmlsecurity/inc/pch) \
))
$(eval $(call gb_Library_add_api,xmlsecurity,\
diff --git a/xmlsecurity/Library_xsec_fw.mk b/xmlsecurity/Library_xsec_fw.mk
index 4c2d7377042d..35bae8fb9087 100644
--- a/xmlsecurity/Library_xsec_fw.mk
+++ b/xmlsecurity/Library_xsec_fw.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,xsec_fw,xmlsecurity/util/xsec_fw))
$(eval $(call gb_Library_set_include,xsec_fw,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/xmlsecurity/inc) \
- -I$(realpath $(SRCDIR)/xmlsecurity/inc/pch) \
))
$(eval $(call gb_Library_add_api,xsec_fw,\
diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk
index c00ed118635f..74be6d544633 100644
--- a/xmlsecurity/Library_xsec_xmlsec.mk
+++ b/xmlsecurity/Library_xsec_xmlsec.mk
@@ -37,7 +37,6 @@ endif
$(eval $(call gb_Library_set_include,xsec_xmlsec,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/xmlsecurity/inc) \
- -I$(realpath $(SRCDIR)/xmlsecurity/inc/pch) \
-I$(realpath $(SRCDIR)/xmlsecurity/source/xmlsec) \
))