From: Paul Brossier Date: Mon, 9 Jul 2012 22:37:35 +0000 (-0700) Subject: src/wscript_build: add vim header X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e355f698a49499970fb2ff981287a4fe13350a9;p=aubio.git src/wscript_build: add vim header --- diff --git a/src/wscript_build b/src/wscript_build index eb1336b3..5a95d7c9 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -1,3 +1,5 @@ +# vim:set syntax=python: + uselib = ['SAMPLERATE'] if 'HAVE_FFTW3' in conf.get_env(): source = bld.path.ant_glob('*.c **/*.c', excl = ['**/ooura_fft8g.c'])