13
0

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
This commit is contained in:
Carl Hetherington 2011-01-01 17:13:32 +00:00
parent cacc66580a
commit d6cd4796b8
2 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,9 @@ import glob
srcdir = '.'
blddir = 'build'
def configure(conf):
pass
def build(bld):
subst_dict = {}

View File

@ -31,8 +31,7 @@ children = [
'libs/clearlooks-newer',
'libs/audiographer',
'libs/gnomecanvas',
'gtk2_ardour',
'templates'
'gtk2_ardour'
]
i18n_children = [