diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:12:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:12:53 +0100 |
| commit | 5d432cfed4c190aafcd2292fbf81cdd80821eb5d (patch) | |
| tree | 7817c21843c499d45fb07132de7c1eba1d5f95f5 /src/wscript | |
| parent | 0890f62f5b3f390e3e6e682a885e4bf64e8714b2 (diff) | |
Use -carl rather than -cth to match the git branch name.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wscript b/src/wscript index 62e9b21..73253c3 100644 --- a/src/wscript +++ b/src/wscript @@ -18,8 +18,8 @@ def build(bld): else: obj = bld(features='cxx cxxshlib') - obj.name = 'libkumu-cth' - obj.target = 'kumu-cth' + obj.name = 'libkumu-carl' + obj.target = 'kumu-carl' obj.uselib = 'OPENSSL BOOST_FILESYSTEM' obj.includes = ['.'] obj.export_includes = ['.'] @@ -37,10 +37,10 @@ def build(bld): else: obj = bld(features='cxx cxxshlib') - obj.name = 'libasdcp-cth' - obj.target = 'asdcp-cth' + obj.name = 'libasdcp-carl' + obj.target = 'asdcp-carl' obj.uselib = 'OPENSSL BOOST_FILESYSTEM' - obj.use = 'libkumu-cth' + obj.use = 'libkumu-carl' obj.includes = ['.'] obj.export_includes = ['.'] obj.source = """ @@ -98,7 +98,7 @@ def build(bld): asdcp/MDD.h """ - bld.install_files('${PREFIX}/include/libasdcp-cth/asdcp', headers) + bld.install_files('${PREFIX}/include/libasdcp-carl/asdcp', headers) if bld.env.STATIC: - bld.install_files('${PREFIX}/lib', 'libkumu-cth.a') - bld.install_files('${PREFIX}/lib', 'libasdcp-cth.a') + bld.install_files('${PREFIX}/lib', 'libkumu-carl.a') + bld.install_files('${PREFIX}/lib', 'libasdcp-carl.a') |
