Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/wscript_build

    r281381f r09fab95  
    11# vim:set syntax=python:
    2 
    3 import os.path
    42
    53uselib = ['aubio']
     
    97
    108for source_file in programs_sources:
    11     target = os.path.basename(os.path.splitext(str(source_file))[0])
    129    bld(features = 'c cprogram test',
    1310            source = source_file,
    14             target = target,
     11            target = str(source_file).split('.')[0],
    1512            includes = includes,
    1613            use = uselib,
Note: See TracChangeset for help on using the changeset viewer.