build: fixed init function sentinal for python modules
authorAndrew Tridgell <tridge@samba.org>
Wed, 17 Mar 2010 04:22:18 +0000 (15:22 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:50 +0000 (20:26 +1000)
buildtools/wafsamba/samba_python.py

index 4073dcf9bbf83751a50caeda11ea0adc3f7a40e4..e9f554fefd0f289a541d115ae789da86b9905ab8 100644 (file)
@@ -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