From c52b4833bd21d4e80f6a4924031a71ab3d94f9ad Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 17 Oct 2013 14:10:33 +0200 Subject: [PATCH] examples/wscript_build: simplify --- examples/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wscript_build b/examples/wscript_build index 9f797e04..1ef6387a 100644 --- a/examples/wscript_build +++ b/examples/wscript_build @@ -13,7 +13,7 @@ for source_file in ctx.path.ant_glob('*.c', excl = ['utils.c', 'jackio.c']): bld.program(features = 'c cprogram', includes = '../src', lib = 'm', - use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'], + use = ['aubio', 'utilsio'], source = str(source_file), target = str(source_file).split('.')[0] ) -- 2.11.0