mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
do proper install on x86_64 system, remove stupid debuggig code from panner, handle port registration error with its own error message
git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fd42bffae7
commit
ebbc8b3b6a
30 changed files with 58 additions and 58 deletions
|
|
@ -15,7 +15,7 @@ libglade = libglademm.SharedLibrary('libglademm', libglademm_files)
|
|||
|
||||
Default(libglade)
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), libglade))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), libglade))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript', 'libglademmconfig.h', 'libglademm.h'] +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue