diff options
author | David Robillard <d@drobilla.net> | 2011-02-22 07:57:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-22 07:57:57 +0000 |
commit | 0963d40dec95931690ed05585443807cae3d630e (patch) | |
tree | 3d1f8d27c71afb11eb3a1f77ac2c747cdddcf92d /src/client/wscript | |
parent | 9a1bee9a46afb11c7c0ec4c70d12d986a81d6021 (diff) | |
download | ingen-0963d40dec95931690ed05585443807cae3d630e.tar.gz ingen-0963d40dec95931690ed05585443807cae3d630e.tar.bz2 ingen-0963d40dec95931690ed05585443807cae3d630e.zip |
Implement LV2 plugin UIs via Suil.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3011 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/wscript')
-rw-r--r-- | src/client/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/wscript b/src/client/wscript index 8a4540d0..38c0a598 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -36,5 +36,5 @@ def build(bld): obj.target = 'ingen_client' obj.install_path = '${LIBDIR}' obj.use = 'libingen_shared' - autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD SOUP SIGCPP LIBLO SOUP') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 SUIL RAUL SORD SOUP SIGCPP LIBLO SOUP') |