/[mcrypt]/libmcrypt/configure.in
ViewVC logotype

Diff of /libmcrypt/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by nmav, Sat Mar 8 18:02:46 2003 UTC revision 1.61 by nmav, Mon Apr 14 07:48:38 2003 UTC
# Line 156  EXTRA_OBJECTS="" Line 156  EXTRA_OBJECTS=""
156  ALG=`echo -n $opt_include_algos|sed "s/,/ /g"|sed "s/\n/ /g"`  ALG=`echo -n $opt_include_algos|sed "s/,/ /g"|sed "s/\n/ /g"`
157  for i in $ALG  for i in $ALG
158  do \  do \
159  test -f modules/algorithms/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/algorithms/$i.lo"  f=$i ;
160    if test x$f = xthreeway; then f=3-way;
161    elif test x$f = xsafer-sk64; then f=safer64;
162    elif test x$f = xsafer-sk128; then f=safer128; fi;
163    test -f modules/algorithms/$f.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/algorithms/$f.lo"
164  test -f modules/modes/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/modes/$i.lo"  test -f modules/modes/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/modes/$i.lo"
165  done  done
166    

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26