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:
David Robillard 2008-02-04 00:21:46 +00:00
parent 6252d74308
commit 22682d448a

View file

@ -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 + "\\\"")