Waf: install stuff

git-svn-id: svn://localhost/ardour2/branches/3.0@4702 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-02-27 04:40:44 +00:00
parent e4528094c3
commit 903c0863d9
20 changed files with 83 additions and 51 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
import autowaf
import glob
import os
# Version of this package (even if built as a child)
LIBTAGLIB_VERSION = '0.0.0'
@@ -71,7 +72,7 @@ def build(bld):
obj.name = 'libtaglib'
obj.target = 'taglib'
obj.vnum = LIBTAGLIB_LIB_VERSION
obj.install_path = ''
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
def shutdown():
autowaf.shutdown()