ref: ecf757280dd01eecc154415b56e60ae98b0f0fb9
parent: 24c207f23ec4eb69f5f92af98896e56def59af19
author: Paul Brossier <piem@piem.org>
date: Thu Mar 23 11:53:51 EDT 2017
src/wscript_build: do not ship config.h
--- a/src/wscript_build
+++ b/src/wscript_build
@@ -47,5 +47,5 @@
# 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)