diff options
author | Michael Stahl <mst@apache.org> | 2011-09-17 21:37:49 +0000 |
---|---|---|
committer | Michael Stahl <mst@apache.org> | 2011-09-17 21:37:49 +0000 |
commit | f95e28003ead4c9947798c8c195fffa4ffd79987 (patch) | |
tree | 123da13d88dcf0732898f6bd9b334e4d08819010 /shell | |
parent | 4587dc772ebe5a0251246d9c7cb79ad71c2d8f9f (diff) |
tkr41: #117828# wrong dependency fixed
# HG changeset patch
# User Tobias Krause <tkr@openoffice.org>
# Date 1303122428 -7200
# Node ID cc97f5884e28acd7ab8a55ef2e390f644adfd6ff
# Parent 10c707c39a92a6284158f635b7b69115403d1ed0
Diffstat (limited to 'shell')
-rw-r--r-- | shell/qa/zip/testimpl/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/qa/zip/testimpl/makefile.mk b/shell/qa/zip/testimpl/makefile.mk index e4de7f543834..eee352c8f27c 100644 --- a/shell/qa/zip/testimpl/makefile.mk +++ b/shell/qa/zip/testimpl/makefile.mk @@ -45,7 +45,7 @@ SHL1RPATH = NONE .IF "$(OS)" == "WNT" SHL1STDLIBS = msvcprt.lib .ENDIF -SHL1LIBS = $(SOLARLIBDIR)$/zlib.lib $(SLB)$/ooofilereader.lib +SHL1LIBS = $(SOLARLIBDIR)$/zlib.lib $(SLB)$/zipfile.lib SLOFILES=$(SLO)$/testzipimpl.obj SHL1TARGET = $(TARGET) DEF1NAME=$(SHL1TARGET) |