summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-20 04:17:36 +0000
committerDavid Robillard <d@drobilla.net>2008-10-20 04:17:36 +0000
commit1c85bf27fcb6e360f7bcdb265f85d9000dcb36ea (patch)
tree71bc3aae1b9920d276e1ae9ba6386f251dfc60ad /src/ingen
parent955c64efcf30e87ab3d4bdb1520745c1997f0953 (diff)
downloadingen-1c85bf27fcb6e360f7bcdb265f85d9000dcb36ea.tar.gz
ingen-1c85bf27fcb6e360f7bcdb265f85d9000dcb36ea.tar.bz2
ingen-1c85bf27fcb6e360f7bcdb265f85d9000dcb36ea.zip
Add missing files.
Build wrapper scripts so bundle executable are runnable from anywhere. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1691 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index ad16dd35..50b6704d 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -10,4 +10,6 @@ def build(bld):
obj.uselib_local = 'libingen_module libingen_shared'
obj.inst_dir = bld.env()['BINDIRNAME']
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
+
+ autowaf.build_wrapper(bld, 'ingen.in', obj)