diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-18 18:54:05 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-21 10:12:42 +0200 |
commit | af130785ee2534644cfb46ceb57b1b9654266b73 (patch) | |
tree | d9aef13a3b9b2075c617e911ab8df4ca2c3a82a5 /sw/Library_vbaswobj.mk | |
parent | 7a1438d58589030b43a50dec9abfa35a6350ba87 (diff) |
Sprinkle some realpath goodness here, too
(cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)
Diffstat (limited to 'sw/Library_vbaswobj.mk')
-rw-r--r-- | sw/Library_vbaswobj.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index eccaa8ef0497..361a863c7322 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -30,11 +30,11 @@ $(eval $(call gb_Library_Library,vbaswobj)) $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj)) $(eval $(call gb_Library_set_include,vbaswobj,\ - -I$(SRCDIR)/sw/source/core/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ - -I$(SRCDIR)/sw/source/ui/inc \ - -I$(SRCDIR)/sw/inc/pch \ - -I$(SRCDIR)/sw/inc \ + -I$(realpath $(SRCDIR)/sw/source/core/inc) \ + -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ + -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ + -I$(realpath $(SRCDIR)/sw/inc/pch) \ + -I$(realpath $(SRCDIR)/sw/inc) \ -I$(WORKDIR)/Misc/sw/ \ $$(INCLUDE) \ -I$(OUTDIR)/inc/offuh \ |