summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_python.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 15:22:18 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:50 +1000
commita559edf9067a1ecc0972c88961ed697ec5836490 (patch)
tree6fb414a6e7450ca4826b7a77f142977a84c5a336 /buildtools/wafsamba/samba_python.py
parente6a47a8dea252c7ced95141f24de68f4d6a21c41 (diff)
downloadsamba-a559edf9067a1ecc0972c88961ed697ec5836490.tar.gz
samba-a559edf9067a1ecc0972c88961ed697ec5836490.tar.bz2
samba-a559edf9067a1ecc0972c88961ed697ec5836490.zip
build: fixed init function sentinal for python modules
Diffstat (limited to 'buildtools/wafsamba/samba_python.py')
-rw-r--r--buildtools/wafsamba/samba_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_python.py b/buildtools/wafsamba/samba_python.py
index 4073dcf9bb..e9f554fefd 100644
--- a/buildtools/wafsamba/samba_python.py
+++ b/buildtools/wafsamba/samba_python.py
@@ -20,7 +20,7 @@ def SAMBA_PYTHON(bld, name,
# when we support static python modules we'll need to gather
# the list from all the SAMBA_PYTHON() targets
if init_function_sentinal is not None:
- cflags += '-DSTATIC_LIBPYTHON_MODULES="%s"' % init_function_sentinal
+ cflags += '-DSTATIC_LIBPYTHON_MODULES=%s' % init_function_sentinal
if realname is None:
# a SAMBA_PYTHON target without a realname is just a