Changeset ecf7572 for src/wscript_build
- Timestamp:
- Mar 23, 2017, 3:53:51 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:
- c7d3c2a
- Parents:
- 24c207f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r24c207f recf7572 48 48 # install headers, except _priv.h ones 49 49 ctx.install_files('${INCLUDEDIR}/aubio/', 50 ctx.path.ant_glob('**/*.h', excl = ['**_priv.h' ]),50 ctx.path.ant_glob('**/*.h', excl = ['**_priv.h', 'config.h']), 51 51 relative_trick=True)
Note: See TracChangeset
for help on using the changeset viewer.