filters_test needs more libraries now when it proceeds further

This commit is contained in:
Tor Lillqvist
2012-01-31 16:21:32 +02:00
parent b8ea7cff48
commit 2b4ceff938

View File

@@ -53,11 +53,13 @@ copy-stuff:
# Libs and UNO components that the tests need. # Libs and UNO components that the tests need.
# #
for F in $(strip \ for F in $(strip \
analysislo \
basebmplo \ basebmplo \
basegfxlo \ basegfxlo \
bootstrap.uno \ bootstrap.uno \
comphelpgcc3 \ comphelpgcc3 \
configmgr.uno \ configmgr.uno \
expwrap.uno \
fileacc \ fileacc \
fontconfig \ fontconfig \
forlo \ forlo \
@@ -84,6 +86,7 @@ copy-stuff:
mergedlo \ mergedlo \
msfilterlo \ msfilterlo \
ooxlo \ ooxlo \
reflection.uno \
reg \ reg \
saxlo \ saxlo \
sblo \ sblo \
@@ -115,6 +118,7 @@ copy-stuff:
xcrlo \ xcrlo \
xml2 \ xml2 \
xmlreader \ xmlreader \
xstor \
); do \ ); do \
$(call COPY,$(OUTDIR)/lib/lib$${F}.so); \ $(call COPY,$(OUTDIR)/lib/lib$${F}.so); \
done done