From ecf757280dd01eecc154415b56e60ae98b0f0fb9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 23 Mar 2017 15:53:51 +0100 Subject: [PATCH] src/wscript_build: do not ship config.h --- src/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0