summaryrefslogtreecommitdiffstats
path: root/src/shared/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-01-04 23:44:49 +0000
committerDavid Robillard <d@drobilla.net>2010-01-04 23:44:49 +0000
commit1a0911f2f0d4ae67ea860fbdce58e1334995a6d3 (patch)
treec0af034882a8bbb555250f7186a1eba00b81500d /src/shared/wscript
parentbfca1f3a2739c1c0148b0641d3bdb8f4ea16b431 (diff)
downloadingen-1a0911f2f0d4ae67ea860fbdce58e1334995a6d3.tar.gz
ingen-1a0911f2f0d4ae67ea860fbdce58e1334995a6d3.tar.bz2
ingen-1a0911f2f0d4ae67ea860fbdce58e1334995a6d3.zip
Fix LV2Object::from_atom to match prototype.
Link libingen_shared against OSC if necessary. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2334 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/wscript')
-rw-r--r--src/shared/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/wscript b/src/shared/wscript
index 27105f43..540d4e83 100644
--- a/src/shared/wscript
+++ b/src/shared/wscript
@@ -27,5 +27,5 @@ def build(bld):
obj.target = 'ingen_shared'
obj.vnum = '0.0.0'
obj.install_path = '${LIBDIR}'
- autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM')
+ autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM LIBLO')