[Libreoffice-commits] .: Branch 'integration/dev300_m101' - svx/AllLangResTarget_gal.mk

Thorsten Behrens thorsten at kemper.freedesktop.org
Fri Mar 18 05:15:13 PDT 2011


 svx/AllLangResTarget_gal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9e80da9504f9a8c5173a8b77c52e9d58b3f5b2f
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Fri Mar 18 13:14:39 2011 +0100

    Fix typo in gallery makefile
    
    realpath exposes typo in path name - needs to be gallery2

diff --git a/svx/AllLangResTarget_gal.mk b/svx/AllLangResTarget_gal.mk
index 3b00b8e..986a110 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/) \
 ))
 


More information about the Libreoffice-commits mailing list