wscript: factorise build of extra source files
[aubio.git] / python / aubio / wscript_build
index 34943f15c928cc738585aadac871bf2e150ad52d..8ec4cc0e8d5750c2afb895aea2c62a42cc113a3a 100644 (file)
@@ -1,9 +1,3 @@
-bld.new_task_gen(features = 'cc',
-    includes = '../../examples ../../src',
-    source = ['../../examples/sndfileio.c'], 
-    uselib = ['JACK'],
-    target = 'sndfileio')
-
 pyaubio = bld.new_task_gen(name = 'python-aubio', 
   features = 'cc cshlib pyext', 
   source = '../../swig/aubio.i',