diff options
author | David Robillard <d@drobilla.net> | 2008-10-01 00:01:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-01 00:01:30 +0000 |
commit | d0d8f509e62f1786b3271790cc283d90850f8ef4 (patch) | |
tree | e485a8fb8683d0cb4bd0e982114335da13df7262 /src/ingen | |
parent | dbcd64b2fe897be75e92a96c4b2db3f0ec65fa59 (diff) | |
download | ingen-d0d8f509e62f1786b3271790cc283d90850f8ef4.tar.gz ingen-d0d8f509e62f1786b3271790cc283d90850f8ef4.tar.bz2 ingen-d0d8f509e62f1786b3271790cc283d90850f8ef4.zip |
Fix compilation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1567 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript index c876ff1b..f9315bc1 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -6,6 +6,6 @@ def build(bld): obj.source = 'main.cpp cmdline.c' obj.includes = ['../common', '../'] obj.defines = 'VERSION=\\\"' + bld.env()['INGEN_VERSION'] + '\\\"' - obj.uselib = 'GTHREAD GLIBMM REDLANDMM RAUL SLV2 INGEN LIBLO' + obj.uselib = 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO' obj.uselib_local = 'libingen_module libingen_shared' |