summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2012-04-18 22:41:11 +0200
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>2012-04-18 22:41:11 +0200
commit871bd0851d7a300c5c159b3ad42bad95ab6d97aa (patch)
treefcea4abbbb5bd173316b9ba1631504e87b0b3576 /example-clients
parentf82ec71566b2c18f159004e00a70c2cf3e46d755 (diff)
downloadjack2-871bd0851d7a300c5c159b3ad42bad95ab6d97aa.tar.gz
Fix naming of inprocess.so
This was supposed to happen in a5eb957b597c2c847b9e6e80479c0a726a6364fc, but it didn't, so there was still libinprocess.so instead of inprocess.so.
Diffstat (limited to 'example-clients')
-rw-r--r--example-clients/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-clients/wscript b/example-clients/wscript
index f8399a66..8da26137 100644
--- a/example-clients/wscript
+++ b/example-clients/wscript
@@ -149,7 +149,7 @@ def build(bld):
for example_lib, example_lib_source in list(example_libs.items()):
lib = bld(features = 'c cshlib')
- lib.env['shlib_PATTERN'] = '%s.so'
+ lib.env['cshlib_PATTERN'] = '%s.so'
lib.includes = os_incdir + ['../common/jack', '../common']
lib.target = example_lib
lib.source = example_lib_source