mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
fix vamp-plugins build file for srctar
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3022 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
193102385c
commit
90ccafb20c
2 changed files with 2 additions and 2 deletions
|
|
@ -21,6 +21,6 @@ Default(libvampplugins)
|
|||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'vamp'), libvampplugins))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript', 'COPYING', 'README' ] +
|
||||
[ 'SConscript' ] +
|
||||
plugin_files +
|
||||
glob.glob('*.h')))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __ardour_svn_revision_h__
|
||||
#define __ardour_svn_revision_h__
|
||||
static const char* ardour_svn_revision = "2986";
|
||||
static const char* ardour_svn_revision = "3021";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue