From f32f9a603ac330018f73c60bb5b577cad62d6198 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Tue, 17 Apr 2001 11:17:06 +0000 Subject: exported symbols are in the lngi.map file --- salhelper/source/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'salhelper/source/makefile.mk') 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 -- cgit