diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:22:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:22:00 +0000 |
commit | 140c81c2767cb39e5969c2c5333182a270541750 (patch) | |
tree | efd4f6f0635412cba72b1d16d22e9d800095c7f2 /vcl/test/makefile.mk | |
parent | 23f142b202b35a8c868231ddc6de6f53a4efc9df (diff) |
INTEGRATION: CWS ause076 (1.6.150); FILE MERGED
2007/02/28 10:59:25 hjs 1.6.150.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'vcl/test/makefile.mk')
-rw-r--r-- | vcl/test/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/test/makefile.mk b/vcl/test/makefile.mk index fcd1178426b6..cc5908415873 100644 --- a/vcl/test/makefile.mk +++ b/vcl/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:56:42 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:22:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ APP1STDLIBS= $(CPPULIB) \ $(VOSLIB) \ $(SOTLIB) \ $(COMPHELPERLIB) \ - $(SVLIB) + $(VCLLIB) # --- Targets ------------------------------------------------------ |