Browse Source

Add jack_rec client in SConscript

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2350 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
9388e8130e
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      example-clients/SConscript

+ 6
- 0
example-clients/SConscript View File

@@ -68,6 +68,12 @@ if env['HAS_READLINE']:
example_programs['jack_transport'] = 'transport.c'
extra_libs['jack_transport'] = ['readline', 'jack', 'ncurses']

# TODO: we need to test for SNDFILE...
env['HAS_SNDFILE']=True
if env['HAS_SNDFILE']:
example_programs['jack_rec'] = 'capture_client.c'
extra_libs['jack_rec'] = ['sndfile', 'jack']

#
# Build/install section
#


Loading…
Cancel
Save