summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-03-21 23:02:14 +0100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:03 +1000
commitea767433945b8a2315a4f89c1a2389c918da08a6 (patch)
tree391c1c0bf7dc987ba6bf3a6433da945928c81526 /source3/wscript
parent998a9da86792b5d3378e0fa2b86b6bd18e142742 (diff)
downloadsamba-ea767433945b8a2315a4f89c1a2389c918da08a6.tar.gz
samba-ea767433945b8a2315a4f89c1a2389c918da08a6.tar.bz2
samba-ea767433945b8a2315a4f89c1a2389c918da08a6.zip
build: Fix package name and package string case
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript
index 118af2bb78..f78f7a271c 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -14,8 +14,8 @@ def set_options(opt):
opt.recurse('../lib/uid_wrapper')
def configure(conf):
- conf.define('PACKAGE_NAME', 'samba')
- conf.define('PACKAGE_STRING', 'samba 3')
+ conf.define('PACKAGE_NAME', 'Samba')
+ conf.define('PACKAGE_STRING', 'Samba 3')
conf.define('PACKAGE_TARNAME', 'samba')
conf.define('PACKAGE_URL', '')
conf.define('PACKAGE_VERSION', '3')