summaryrefslogtreecommitdiff
path: root/svx/Library_textconversiondlgs.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-18 11:55:31 +0200
committerJan Holesovsky <kendy@suse.cz>2011-03-18 17:35:16 +0100
commitd1742baea5d4d00735859b0f015dae5c26606a02 (patch)
tree467fb0bd2f0a3ad287891c1bd72a5e532606bb43 /svx/Library_textconversiondlgs.mk
parent36489ecfb4c1a44e911a31e80e0fec4c91c742f1 (diff)
Sprinkle some realpath goodness here, too
Diffstat (limited to 'svx/Library_textconversiondlgs.mk')
-rwxr-xr-xsvx/Library_textconversiondlgs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk
index 03a457b55363..513789f0f5e5 100755
--- a/svx/Library_textconversiondlgs.mk
+++ b/svx/Library_textconversiondlgs.mk
@@ -30,8 +30,8 @@ $(eval $(call gb_Library_Library,textconversiondlgs))
$(eval $(call gb_Library_set_componentfile,textconversiondlgs,svx/util/textconversiondlgs))
$(eval $(call gb_Library_set_include,textconversiondlgs,\
- -I$(SRCDIR)/svx/inc \
- -I$(SRCDIR)/svx/inc/pch \
+ -I$(realpath $(SRCDIR)/svx/inc) \
+ -I$(realpath $(SRCDIR)/svx/inc/pch) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
))