Changeset 1049:1196fa3d6392 in roaraudio for configure


Ignore:
Timestamp:
12/23/08 23:22:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

include plugins/ao on normal install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1034 r1049  
    228228 if test_lib "$name" $LIBS "$@" 
    229229 then 
     230  subdir_var='subdir_'"`echo $subdir | tr / _`" 
    230231  echo "#define $def"            >&3 
    231232  [ "$subdir" != '' ] && \ 
    232    echo "subdir_$subdir=$subdir" >&4 
     233   echo "$subdir_var=$subdir" >&4 
    233234  echo "lib_$lib=$LIBS" >&4 
    234235 else 
     
    343344#                #define                 subdir       name          -lxxx      -- header 
    344345test_lib_defmake ROAR_HAVE_ESD           libroaresd   EsounD        esd        -- esd.h 
    345 test_lib_defmake ROAR_HAVE_LIBAO         %            libao         ao         -- ao/ao.h ao/plugin.h 
     346test_lib_defmake ROAR_HAVE_LIBAO         plugins/ao   libao         ao         -- ao/ao.h ao/plugin.h 
    346347test_lib_defmake ROAR_HAVE_LIBVORBIS     %            libvorbis     vorbis     -- vorbis/codec.h 
    347348test_lib_defmake ROAR_HAVE_LIBVORBISFILE %            libvorbisfile vorbisfile -- vorbis/vorbisfile.h 
Note: See TracChangeset for help on using the changeset viewer.