Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/wscript_build

    r09fab95 r281381f  
    11# vim:set syntax=python:
     2
     3import os.path
    24
    35uselib = ['aubio']
     
    79
    810for source_file in programs_sources:
     11    target = os.path.basename(os.path.splitext(str(source_file))[0])
    912    bld(features = 'c cprogram test',
    1013            source = source_file,
    11             target = str(source_file).split('.')[0],
     14            target = target,
    1215            includes = includes,
    1316            use = uselib,
Note: See TracChangeset for help on using the changeset viewer.