From f4493f435a6a7ec1265ff3f9331e3021af0f6566 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 9 Jul 2012 15:37:57 -0700 Subject: [PATCH] python/wscript_build: update --- python/wscript_build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/wscript_build b/python/wscript_build index ad1445be..87ac716b 100644 --- a/python/wscript_build +++ b/python/wscript_build @@ -1,3 +1,6 @@ +# vim:set syntax=python: + +bld.add_subdirs('aubio') # install headers for file in ['aubiocut', 'aubiopitch']: bld.install_as('${PREFIX}/bin/' + file, file, chmod = 0755) -- 2.26.2