src/wscript_build: add vim header
authorPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:37:35 +0000 (15:37 -0700)
committerPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:37:35 +0000 (15:37 -0700)
src/wscript_build

index eb1336b3df713e4dd22d44ba78003c6ce1c26a45..5a95d7c96b560f5287eabedb3372123342a92d05 100644 (file)
@@ -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'])