From: Carl Hetherington Date: Sat, 1 Jan 2011 17:13:32 +0000 (+0000) Subject: Fix build. Disable template installation for a bit because I forgot that waf's subst... X-Git-Tag: 3.0-alpha5~937 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=d6cd4796b8cc26238999f6d16c0adc1f7e525e47 Fix build. Disable template installation for a bit because I forgot that waf's subst builder doesn't like spaces in filenames. git-svn-id: svn://localhost/ardour2/branches/3.0@8402 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/templates/wscript b/templates/wscript index 2c2a9efb44..028eb98e4b 100644 --- a/templates/wscript +++ b/templates/wscript @@ -6,6 +6,9 @@ import glob srcdir = '.' blddir = 'build' +def configure(conf): + pass + def build(bld): subst_dict = {} diff --git a/wscript b/wscript index bf1a1024da..d6c725a3dd 100644 --- a/wscript +++ b/wscript @@ -31,8 +31,7 @@ children = [ 'libs/clearlooks-newer', 'libs/audiographer', 'libs/gnomecanvas', - 'gtk2_ardour', - 'templates' + 'gtk2_ardour' ] i18n_children = [