Merge branch 'master' into gitshaversion
[aubio.git] / src / wscript_build
index 0a7d72a..df931f3 100644 (file)
@@ -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', 'config.h']),
+        ctx.path.ant_glob('**/*.h', excl = ['**_priv.h']),
         relative_trick=True)