[Libreoffice-commits] .: sw/qa

Tor Lillqvist tml at kemper.freedesktop.org
Fri Feb 18 02:09:55 PST 2011


 sw/qa/core/makefile.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit b15bade6752b683297e83ab68b03502dd969a170
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Feb 16 11:30:34 2011 +0200

    Register more UNO libraries for unit test
    
    If stuff in the basic module is compiled with debug=t, it asserts if
    these are not found. How it can have worked without these libraries I
    don't know.

diff --git a/sw/qa/core/makefile.mk b/sw/qa/core/makefile.mk
index ad18326..382bdd0 100644
--- a/sw/qa/core/makefile.mk
+++ b/sw/qa/core/makefile.mk
@@ -132,10 +132,12 @@ $(MISC)/$(TARGET)/udkapi.rdb .ERRREMOVE : $(SOLARBINDIR)$/udkapi.rdb
 $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb makefile.mk
     $(MKDIRHIER) $(@:d)
     $(REGCOMP) -register -br $(MISC)/$(TARGET)/udkapi.rdb -r $@ -wop \
+        -c $(DLLPRE)fileacc$(DLLPOST) \
         -c $(DLLPRE)fwk$(DLLPOSTFIX)$(DLLPOST) \
         -c $(DLLPRE)sfx$(DLLPOSTFIX)$(DLLPOST) \
         -c $(DLLPRE)unoxml$(DLLPOSTFIX)$(DLLPOST) \
-        -c i18npool.uno$(DLLPOST)
+        -c i18npool.uno$(DLLPOST) \
+        -c sax.uno$(DLLPOST)
 
 
 #Tweak things so that we use the .res files in the solver


More information about the Libreoffice-commits mailing list