diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-04-17 11:17:06 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-04-17 11:17:06 +0000 |
commit | f32f9a603ac330018f73c60bb5b577cad62d6198 (patch) | |
tree | 402ec45190c10781d0bd655ce75703e1d5b5c9de /salhelper/source/makefile.mk | |
parent | c190fcf6f4c0e09bc0a87cb68ef3f0052e05e6ea (diff) |
exported symbols are in the lngi.map file
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r-- | salhelper/source/makefile.mk | 6 |
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 |