summaryrefslogtreecommitdiff
path: root/xmlsecurity/Library_xsec_xmlsec.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:02:10 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:20 +0100
commit84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch)
tree830a61b90e7b4778534ef88373528caa5d037b33 /xmlsecurity/Library_xsec_xmlsec.mk
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'xmlsecurity/Library_xsec_xmlsec.mk')
-rw-r--r--xmlsecurity/Library_xsec_xmlsec.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk
index 74be6d544633..cafde20b9812 100644
--- a/xmlsecurity/Library_xsec_xmlsec.mk
+++ b/xmlsecurity/Library_xsec_xmlsec.mk
@@ -36,8 +36,8 @@ endif
$(eval $(call gb_Library_set_include,xsec_xmlsec,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/xmlsecurity/inc) \
- -I$(realpath $(SRCDIR)/xmlsecurity/source/xmlsec) \
+ -I$(SRCDIR)/xmlsecurity/inc \
+ -I$(SRCDIR)/xmlsecurity/source/xmlsec \
))
$(eval $(call gb_Library_add_api,xsec_xmlsec,\
@@ -164,8 +164,8 @@ else
$(eval $(call gb_Library_set_include,xsec_xmlsec,\
$$(INCLUDE) \
- -I$(realpath $(OUTDIR)/inc/mozilla/nspr) \
- -I$(realpath $(OUTDIR)/inc/mozilla/nss) \
+ -I$(OUTDIR)/inc/mozilla/nspr \
+ -I$(OUTDIR)/inc/mozilla/nss \
))
$(eval $(call gb_Library_add_linked_libs,xsec_xmlsec,\