Fix build. Disable template installation for a bit because I forgot that waf's subst...
authorCarl Hetherington <carl@carlh.net>
Sat, 1 Jan 2011 17:13:32 +0000 (17:13 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 1 Jan 2011 17:13:32 +0000 (17:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8402 d708f5d6-7413-0410-9779-e7cbd77b26cf

templates/wscript
wscript

index 2c2a9efb4414c9a7f2bbb4774b3accb01300d2af..028eb98e4b72174d4e456586a0748eae9c1f3074 100644 (file)
@@ -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 bf1a1024da3b3f96ca9cf30a2d382c72f5a9ab3b..d6c725a3dd8e481cc32b596b1000f03123f28697 100644 (file)
--- a/wscript
+++ b/wscript
@@ -31,8 +31,7 @@ children = [
        'libs/clearlooks-newer',
        'libs/audiographer',
        'libs/gnomecanvas',
-       'gtk2_ardour',
-       'templates'
+       'gtk2_ardour'
 ]
 
 i18n_children = [