mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
prep for ardour2 preliminary tarball release
git-svn-id: svn://localhost/trunk/ardour2@258 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a7055e0863
commit
d07dbee142
7 changed files with 58 additions and 4 deletions
|
|
@ -8,3 +8,10 @@ gnomecanvasmm.Merge([libraries['glibmm2'], libraries['gtk2'], libraries['sigc2']
|
|||
|
||||
libgnomecanvasmm = gnomecanvasmm.StaticLibrary('libgnomecanvasmm', gnomecanvasmm_files)
|
||||
Default(libgnomecanvasmm)
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript', 'libgnomecanvasmmconfig.h', 'libgnomecanvasmm.h'] +
|
||||
gnomecanvasmm_files +
|
||||
glob.glob('libgnomecanvasmm/*.h') +
|
||||
glob.glob('libgnomecanvasmm/private/*.h')
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue