examples/wscript_build: update
authorPaul Brossier <piem@piem.org>
Thu, 17 Nov 2011 01:13:08 +0000 (17:13 -0800)
committerPaul Brossier <piem@piem.org>
Thu, 17 Nov 2011 01:13:08 +0000 (17:13 -0800)
examples/wscript_build

index dc169e1b73b9dde26cf48cf59738510173b6edf0..1c01f39b851de53816da71709c68afd6118788ed 100644 (file)
@@ -17,7 +17,7 @@ for target_name in bld.path.ant_glob('*.c', excl = ['utils.c', 'jackio.c', 'sndf
       add_objects = 'utilsio',
       includes = '../src',
       uselib = ['LASH', 'JACK', 'SNDFILE'],
-      use = ['aubio'],
+      use = 'aubio',
       source = target_name,
       # program name is filename.c without the .c
       target = str(target_name).split('.')[0])