Changeset 6ed0f4e for src/wscript_build


Ignore:
Timestamp:
Feb 10, 2013, 1:03:21 AM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
c57ecd9
Parents:
cbc9765
Message:

waf: update to 1.7.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    rcbc9765 r6ed0f4e  
    2525# install headers, except _priv.h ones
    2626ctx.install_files('${PREFIX}/include/aubio/',
    27         ctx.path.ant_glob('**/*.h',
    28         exclude = ['_priv.h', 'config.h']),
    29         relative_trick=True)
     27
     28    ctx.path.ant_glob('**/*.h', excl = ['**_priv.h', 'config.h']),
     29    relative_trick=True)
Note: See TracChangeset for help on using the changeset viewer.