[Libreoffice-commits] .: sw/qa

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jan 25 11:10:08 PST 2011


 sw/qa/core/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9624d523c6496084660af904fe8556a043ccd0a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Jan 25 21:01:52 2011 +0200

    Use correct libxml2

diff --git a/sw/qa/core/makefile.mk b/sw/qa/core/makefile.mk
index 7fbd456..a23749e 100644
--- a/sw/qa/core/makefile.mk
+++ b/sw/qa/core/makefile.mk
@@ -95,7 +95,7 @@ SHL2STDLIBS+= \
     $(CPPUNITLIB)
 
 .IF "$(DBG_LEVEL)">="2"
-SHL2STDLIBS += $(LIBXML_LIBS)
+SHL2STDLIBS += $(LIBXML2LIB)
 .ENDIF
 
 SHL2IMPLIB= i$(SHL2TARGET)


More information about the Libreoffice-commits mailing list