Changeset 5426:ad8620ca97f3 in roaraudio for configure


Ignore:
Timestamp:
03/20/12 03:12:44 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

install plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5425 r5426  
    101101COMP_DOC=true 
    102102COMP_COMP_BINS=true 
     103COMP_PLUGINS=true 
    103104 
    104105ALAW=true 
     
    485486   COMP_COMP_BINS=false 
    486487  ;; 
     488  '--without-comp-plugins') 
     489   COMP_PLUGINS=false 
     490  ;; 
    487491  '--without-meta-data') 
    488492   META_DATA=false 
     
    26842688#fi 
    26852689 
     2690if $COMP_PLUGINS 
     2691then 
     2692 echo "subdir_plugins_roard=plugins/roard" >&4 
     2693 echo "subdir_plugins_universal=plugins/universal" >&4 
     2694fi 
     2695 
    26862696cd .. 
    26872697 
Note: See TracChangeset for help on using the changeset viewer.