diff options
-rw-r--r-- | stoc/test/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk index 1b153c84aad3..d5334dee2a48 100644 --- a/stoc/test/makefile.mk +++ b/stoc/test/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # # This file is part of OpenOffice.org. # @@ -97,7 +97,7 @@ APP3STDLIBS= \ $(SALHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="UNX" +.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2" APP3STDLIBS+= -l$(SHL1TARGET) .ENDIF .IF "$(GUI)"=="WNT" |