Changeset 428:80a282d18194 in roaraudio


Ignore:
Timestamp:
08/11/08 14:53:21 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also print out lib_* to Makefile.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r426 r428  
    5252 shift 
    5353 shift 
     54 lib="$2" 
    5455 
    5556 if test_lib $@ 
     
    5859  [ "$subdir" != '' ] && \ 
    5960   echo "subdir_$subdir=$subdir" >&4 
     61  echo "lib_$lib=-l$lib" >&4 
    6062 else 
    6163  [ "$subdir" != '' ] && \ 
    6264   echo "subdir_$subdir=" >&4 
     65  echo "lib_$lib=" >&4 
    6366 fi 
    6467} 
Note: See TracChangeset for help on using the changeset viewer.