Changeset 1eb8c0e for src/wscript_build
- Timestamp:
- Mar 13, 2017, 5:10:55 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- 8259e09
- Parents:
- 67b6618
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r67b6618 r1eb8c0e 47 47 # install headers, except _priv.h ones 48 48 ctx.install_files('${INCLUDEDIR}/aubio/', 49 ctx.path.ant_glob('**/*.h', excl = ['**_priv.h' , 'config.h']),49 ctx.path.ant_glob('**/*.h', excl = ['**_priv.h']), 50 50 relative_trick=True)
Note: See TracChangeset
for help on using the changeset viewer.