Fix libardour library version.
git-svn-id: svn://localhost/ardour2/branches/3.0@3846 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -14,7 +14,7 @@ ardour = env.Clone()
|
||||
|
||||
domain = 'libardour3'
|
||||
|
||||
ardour.Append(DOMAIN = domain, MAJOR = 2, MINOR = 0, MICRO = 0)
|
||||
ardour.Append(DOMAIN = domain, MAJOR = 3, MINOR = 0, MICRO = 0)
|
||||
ardour.Append(CXXFLAGS = "-DPACKAGE=\\\"" + domain + "\\\"")
|
||||
ardour.Append(CXXFLAGS=["-DLIBSIGC_DISABLE_DEPRECATED", "-DGLIBMM_EXCEPTIONS_ENABLED"])
|
||||
ardour.Append(PACKAGE = domain)
|
||||
|
||||
Reference in New Issue
Block a user