mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
include *all* rubberband headers in tarball
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2872 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
60d0d2b0b0
commit
9062279d0c
2 changed files with 5 additions and 2 deletions
|
|
@ -25,6 +25,9 @@ Default(librb)
|
|||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), librb))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript'] + rubberband_files + glob.glob('src/*.h')))
|
||||
[ 'SConscript'] +
|
||||
rubberband_files +
|
||||
glob.glob('rubberband/*.h') +
|
||||
glob.glob('src/*.h')))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __ardour_svn_revision_h__
|
||||
#define __ardour_svn_revision_h__
|
||||
static const char* ardour_svn_revision = "2854";
|
||||
static const char* ardour_svn_revision = "2870";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue