Changeset ecf7572


Ignore:
Timestamp:
Mar 23, 2017, 3:53:51 PM (7 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, sampler
Children:
c7d3c2a
Parents:
24c207f
Message:

src/wscript_build: do not ship config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    r24c207f recf7572  
    4848# install headers, except _priv.h ones
    4949ctx.install_files('${INCLUDEDIR}/aubio/',
    50         ctx.path.ant_glob('**/*.h', excl = ['**_priv.h']),
     50        ctx.path.ant_glob('**/*.h', excl = ['**_priv.h', 'config.h']),
    5151        relative_trick=True)
Note: See TracChangeset for help on using the changeset viewer.