From 183dcf0f6ccd4ee5d36a13641f3e2df6a36a9f65 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 22:59:04 +0000 Subject: Update for waf 1.6. --- core.lv2/wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core.lv2/wscript') diff --git a/core.lv2/wscript b/core.lv2/wscript index 68fdd5f..88b8365 100644 --- a/core.lv2/wscript +++ b/core.lv2/wscript @@ -11,10 +11,10 @@ APPNAME = 'lv2core' VERSION = LV2CORE_VERSION # Mandatory variables -srcdir = '.' -blddir = 'build' +top = '.' +out = 'build' -def set_options(opt): +def options(opt): opt.add_option('--bundle-only', action='store_true', default=False, dest='bundle_only', help="Only install LV2 bundle (not header or pkg-config file)") autowaf.set_options(opt) @@ -42,7 +42,7 @@ def build(bld): # lv2config bld.install_files('${BINDIR}', 'lv2config', chmod=0755) - + def dist(): import Scripting Scripting.g_gz = 'gz' -- cgit v1.2.1