mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -9,3 +9,10 @@ pangomm.Merge([libraries['glibmm2'], libraries['pango'], libraries['sigc2']])
|
|||
|
||||
libpangomm = pangomm.StaticLibrary('pangomm', pangomm_files)
|
||||
Default(libpangomm)
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript', 'pangomm.h'] +
|
||||
pangomm_files +
|
||||
glob.glob('pangomm/*.h') +
|
||||
glob.glob('pangomm/private/*.h')
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue