route list + edit group list now pretty much functional, plus preparations for ardour2.0-alpha1

git-svn-id: svn://localhost/trunk/ardour2@253 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2006-01-10 04:25:47 +00:00
parent 86f540cb05
commit a9e38032a3
18 changed files with 458 additions and 406 deletions

View File

@@ -16,3 +16,14 @@ if os.path.exists ('CVS'):
Default([sigc2_config_h,libsigc2])
else:
Default([libsigc2])
env.Alias('tarball', env.Distribute (env['DISTTREE'],
[ 'NEWS', 'README', 'AUTHORS', 'ChangeLog',
'configure', 'Makefile.am', 'SConscript',
'sigc++/Makefile.am',
'sigc++config.h',
] + sigc2_files +
glob.glob('sigc++/*.h') +
glob.glob('sigc++/functors/*.h') + glob.glob('sigc++/adaptors/lambda/*.h') +
glob.glob('sigc++/adaptors/*.h')
))