Include also the boostrap UNO component

This commit is contained in:
Tor Lillqvist 2011-11-17 14:02:45 +02:00
parent 469c9ac2f9
commit 9c6c39b62d

View file

@ -29,9 +29,12 @@ all:
test -f $(WORKDIR)/LinkTarget/CppunitTest/libtest_$${F}.so && cp $(WORKDIR)/LinkTarget/CppunitTest/libtest_$${F}.so $(SODEST); \
done
#
# Then libs that the tests from other modules need.
# Then libs and UNO components that the tests from other modules need.
#
-for F in libuno_cppu libuno_salhelpergcc3 libuno_cppuhelpergcc3; do \
-for F in libuno_cppu \
libuno_salhelpergcc3 \
libuno_cppuhelpergcc3 \
libbootstrap.uno; do \
test -f $(OUTDIR)/lib/$${F}.so && cp $(OUTDIR)/lib/$${F}.so $(SODEST); \
done
#