diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-04-24 06:42:43 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-04-24 06:42:43 +0000 |
commit | 40df7d334d0786bee0ab53c4816face9cfd9fd0b (patch) | |
tree | d03750be32253b59d42c26b3228d0d305402c577 /salhelper/test | |
parent | 73da12f23b69726c4a1e30d56c70f867604150a6 (diff) |
*** empty log message ***
Diffstat (limited to 'salhelper/test')
-rw-r--r-- | salhelper/test/dynamicloader/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/test/dynamicloader/makefile.mk b/salhelper/test/dynamicloader/makefile.mk index cb80e9872821..b57db537bdf3 100644 --- a/salhelper/test/dynamicloader/makefile.mk +++ b/salhelper/test/dynamicloader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jl $ $Date: 2001-04-24 07:34:52 $ +# last change: $Author: jl $ $Date: 2001-04-24 07:42:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -137,7 +137,7 @@ APP1STDLIBS= \ .IF "$(OS)" == "WNT" APP1STDLIBS+= $(LB)$/isalhelper.lib .ELSE -APP1STDLIBS+= -lsalhelper2C52 +APP1STDLIBS+= -lsalhelper$(SALHELPER_MAJOR)$(COM) .ENDIF |