src/wscript_build: do not ship config.h
authorPaul Brossier <piem@piem.org>
Thu, 23 Mar 2017 14:53:51 +0000 (15:53 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 23 Mar 2017 14:53:51 +0000 (15:53 +0100)
src/wscript_build

index df931f3..0a7d72a 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']),
+        ctx.path.ant_glob('**/*.h', excl = ['**_priv.h', 'config.h']),
         relative_trick=True)