summaryrefslogtreecommitdiff
path: root/xmloff/Library_xof.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 11:03:38 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 11:04:32 +0200
commit690ba6bea35983a55eb0a359dd5696181dd1565a (patch)
tree0a1c4db8c8ccbd24050bc5fab527eab7bb1d106a /xmloff/Library_xof.mk
parent26a17669d5bbe970a603423197c18a9383c73df6 (diff)
Use realpath for Cygwin goodness, drop -I options to nonexistent directories
Diffstat (limited to 'xmloff/Library_xof.mk')
-rwxr-xr-xxmloff/Library_xof.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk
index d8918886457d..2ed555d7ac41 100755
--- a/xmloff/Library_xof.mk
+++ b/xmloff/Library_xof.mk
@@ -30,9 +30,8 @@ $(eval $(call gb_Library_Library,xof))
$(eval $(call gb_Library_set_componentfile,xof,xmloff/source/transform/xof))
$(eval $(call gb_Library_set_include,xof,\
- -I$(SRCDIR)/xmloff/inc/pch \
- -I$(SRCDIR)/xmloff/inc \
- -I$(SRCDIR)/xmloff/source/inc \
+ -I$(realpath $(SRCDIR)/xmloff/inc/pch) \
+ -I$(realpath $(SRCDIR)/xmloff/inc) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
))
@@ -44,6 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,xof,\
sal \
salhelper \
xo \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,xof,\