mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Improve svn revision handling and make srctar "work". (The tarball is created, but it doesn't build...)
git-svn-id: svn://localhost/ardour2/branches/3.0@4298 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72f55cd8b6
commit
6974dbdcd2
4 changed files with 18 additions and 12 deletions
|
|
@ -132,15 +132,18 @@ Default([config_h,header_dir,libtaglib])
|
|||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour3'), libtaglib))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'NEWS', 'README', 'AUTHORS', 'ChangeLog',
|
||||
[ 'AUTHORS',
|
||||
'configure',
|
||||
'config.h.in',
|
||||
'acinclude.m4',
|
||||
'Makefile.am',
|
||||
'SConscript',
|
||||
'taglib.pc.in'
|
||||
'config.sub',
|
||||
'config.guess',
|
||||
'install-sh'
|
||||
'taglib.pc.in',
|
||||
'admin/config.sub',
|
||||
'admin/config.guess',
|
||||
'admin/conf.change.pl',
|
||||
'admin/install-sh'
|
||||
] +
|
||||
taglib_files +
|
||||
headers
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue