diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-03-18 13:14:39 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-03-18 13:14:39 +0100 |
commit | b9e80da9504f9a8c5173a8b77c52e9d58b3f5b2f (patch) | |
tree | f0ed87e4cfbfa3aad5d318fa9bf9ff9b71886ef0 | |
parent | c378eb15297ba53867689687cbc75350abd147e5 (diff) |
Fix typo in gallery makefileintegration/dev300_m101
realpath exposes typo in path name - needs to be gallery2
-rwxr-xr-x | svx/AllLangResTarget_gal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/AllLangResTarget_gal.mk b/svx/AllLangResTarget_gal.mk index 3b00b8eeb7..986a110514 100755 --- a/svx/AllLangResTarget_gal.mk +++ b/svx/AllLangResTarget_gal.mk @@ -36,7 +36,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,svx/gal)) $(eval $(call gb_SrsTarget_set_include,svx/gal,\ $$(INCLUDE) \ -I$(OUTDIR)/inc \ - -I$(realpath $(SRCDIR)/svx/source/gallery) \ + -I$(realpath $(SRCDIR)/svx/source/gallery2) \ -I$(realpath $(SRCDIR)/svx/inc/) \ )) |