Fix domain to match 2.0-ongoing style.
git-svn-id: svn://localhost/ardour2/branches/3.0@3003 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -12,7 +12,7 @@ ardour = env.Copy()
|
||||
# this defines the version number of libardour
|
||||
#
|
||||
|
||||
domain = 'libardour'
|
||||
domain = 'libardour3'
|
||||
|
||||
ardour.Append(DOMAIN = domain, MAJOR = 2, MINOR = 0, MICRO = 0)
|
||||
ardour.Append(CXXFLAGS = "-DPACKAGE=\\\"" + domain + "\\\"")
|
||||
|
||||
Reference in New Issue
Block a user