summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-17 11:17:06 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-17 11:17:06 +0000
commitf32f9a603ac330018f73c60bb5b577cad62d6198 (patch)
tree402ec45190c10781d0bd655ce75703e1d5b5c9de /salhelper
parentc190fcf6f4c0e09bc0a87cb68ef3f0052e05e6ea (diff)
exported symbols are in the lngi.map file
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index d30b5d18ec6e..769301939967 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jl $ $Date: 2001-04-12 14:01:57 $
+# last change: $Author: jl $ $Date: 2001-04-17 12:17:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -108,6 +108,8 @@ DEF1NAME= $(SHL1TARGET)
.IF "$(OS)"=="SOLARIS"
SHL1VERSIONMAP= sols.map
+.ELIF "$(OS)"=="LINUX"
+SHL1VERSIONMAP= lngi.map
.ENDIF