summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-21 20:25:10 +0200
committerDavid Robillard <d@drobilla.net>2019-04-21 22:44:20 +0200
commit0a0eb91349101d6e73a1bd83491f7d4dc993723e (patch)
treef4cb9ea615c2d9435679e363559e9367eac9ab06 /src/client/wscript
parentf48f9d69a541d758dc9928c0c89eae46819e660f (diff)
downloadingen-0a0eb91349101d6e73a1bd83491f7d4dc993723e.tar.gz
ingen-0a0eb91349101d6e73a1bd83491f7d4dc993723e.tar.bz2
ingen-0a0eb91349101d6e73a1bd83491f7d4dc993723e.zip
Switch to using a submodule for autowaf
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/wscript b/src/client/wscript
index b28f35fe..805d8c86 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -9,8 +9,8 @@ def build(bld):
name = 'libingen_client',
target = 'ingen_client',
install_path = '${LIBDIR}',
- use = 'libingen')
- autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV SUIL RAUL SERD SORD SIGCPP')
+ use = 'libingen',
+ uselib = 'GLIBMM LV2 LILV SUIL RAUL SERD SORD SIGCPP')
obj.source = '''
BlockModel.cpp