From c7d1bd354c0c109186793aeb00ad481a614ee76a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Oct 2008 04:17:36 +0000 Subject: Add missing files. Build wrapper scripts so bundle executable are runnable from anywhere. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1691 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 439e9cf..b55e330 100644 --- a/wscript +++ b/wscript @@ -132,6 +132,9 @@ def build(bld): prog.source += ' src/AlsaDriver.cpp ' prog.uselib += ' ALSA ' + # Executable wrapper script (if building a bundle) + autowaf.build_wrapper(bld, 'patchage.in', prog) + # Glade UI definitions (XML) install_files('DATADIR', bld.env()['APP_INSTALL_NAME'], 'src/patchage.glade') -- cgit v1.2.1