mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
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:
parent
6252d74308
commit
22682d448a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ ardour = env.Copy()
|
||||||
# this defines the version number of libardour
|
# this defines the version number of libardour
|
||||||
#
|
#
|
||||||
|
|
||||||
domain = 'libardour'
|
domain = 'libardour3'
|
||||||
|
|
||||||
ardour.Append(DOMAIN = domain, MAJOR = 2, MINOR = 0, MICRO = 0)
|
ardour.Append(DOMAIN = domain, MAJOR = 2, MINOR = 0, MICRO = 0)
|
||||||
ardour.Append(CXXFLAGS = "-DPACKAGE=\\\"" + domain + "\\\"")
|
ardour.Append(CXXFLAGS = "-DPACKAGE=\\\"" + domain + "\\\"")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue