Changeset 9d3fa49 for src/wscript_build
- Timestamp:
- Nov 5, 2009, 6:08:38 PM (16 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 69aaefbd
- Parents:
- 8beee53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r8beee53 r9d3fa49 10 10 # install headers, except _priv.h ones 11 11 for file in bld.path.ant_glob('**/*.h').split(): 12 if '_priv.h' in file : continue12 if '_priv.h' in file or file == 'config.h': continue 13 13 bld.install_as('${PREFIX}/include/aubio/' + file, file)
Note: See TracChangeset
for help on using the changeset viewer.