projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82335b7
)
examples/wscript_build: update
author
Paul Brossier
<piem@piem.org>
Thu, 17 Nov 2011 01:13:08 +0000
(17:13 -0800)
committer
Paul Brossier
<piem@piem.org>
Thu, 17 Nov 2011 01:13:08 +0000
(17:13 -0800)
examples/wscript_build
patch
|
blob
|
history
diff --git
a/examples/wscript_build
b/examples/wscript_build
index dc169e1b73b9dde26cf48cf59738510173b6edf0..1c01f39b851de53816da71709c68afd6118788ed 100644
(file)
--- a/
examples/wscript_build
+++ b/
examples/wscript_build
@@
-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])