From: Paul Brossier Date: Thu, 23 Mar 2017 14:53:51 +0000 (+0100) Subject: src/wscript_build: do not ship config.h X-Git-Tag: 0.4.5~45^2~17 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ecf757280dd01eecc154415b56e60ae98b0f0fb9;p=aubio.git src/wscript_build: do not ship config.h --- diff --git a/src/wscript_build b/src/wscript_build index df931f30..0a7d72a4 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -47,5 +47,5 @@ for target in build_features: # install headers, except _priv.h ones ctx.install_files('${INCLUDEDIR}/aubio/', - ctx.path.ant_glob('**/*.h', excl = ['**_priv.h']), + ctx.path.ant_glob('**/*.h', excl = ['**_priv.h', 'config.h']), relative_trick=True)