* genlib/src/genlib.sh :

- Bug : oubli de la librairie Cst (package asimut).
This commit is contained in:
Jean-Paul Chaput 2002-10-15 17:09:49 +00:00
parent 981b0a2cc0
commit 75770a7bf3
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: genlib.sh,v 1.7 2002/09/30 16:20:23 czo Exp $
# $Id: genlib.sh,v 1.8 2002/10/15 17:09:49 jpc Exp $
#
# /------------------------------------------------------------------\
# | |
@ -248,7 +248,8 @@ cat << EOF > $MAKEFILE
LOCAL_ALC_LVBE = -lBvl \\
-lBeh \\
-lBhl \\
-lLog
-lLog \\
-lCst
LOCAL_ALC_LMGN = -lMgn
LOCAL_ALC_LMUT = -lMut
LOCAL_ALC_LMLO = -lMlu \\