mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix sigc building.
git-svn-id: svn://localhost/ardour2/branches/3.0@3773 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9e4f8633f4
commit
27dd248369
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ else :
|
||||||
|
|
||||||
Default([sigc2_config_h,libsigc2])
|
Default([sigc2_config_h,libsigc2])
|
||||||
|
|
||||||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), libsigc2))
|
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour3'), libsigc2))
|
||||||
|
|
||||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||||
[ 'NEWS', 'README', 'AUTHORS', 'ChangeLog',
|
[ 'NEWS', 'README', 'AUTHORS', 'ChangeLog',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue