summaryrefslogtreecommitdiffstats
path: root/salhelper/test
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-24 06:42:43 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-24 06:42:43 +0000
commit40df7d334d0786bee0ab53c4816face9cfd9fd0b (patch)
treed03750be32253b59d42c26b3228d0d305402c577 /salhelper/test
parent*** empty log message *** (diff)
downloadcore-40df7d334d0786bee0ab53c4816face9cfd9fd0b.tar.gz
core-40df7d334d0786bee0ab53c4816face9cfd9fd0b.zip
*** empty log message ***
Diffstat (limited to 'salhelper/test')
-rw-r--r--salhelper/test/dynamicloader/makefile.mk6
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