summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-13 17:50:52 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-13 18:06:06 +0100
commitaf5c6fba68a05e9e196f4e9133b07cb1d62cc981 (patch)
treea4b63af6a25e2033e5eb3d03f24166c549101db7 /buildtools/wafsamba/wafsamba.py
parent126209d2e593be55c69ce9ae9462ea441bbb3ce1 (diff)
downloadsamba-af5c6fba68a05e9e196f4e9133b07cb1d62cc981.tar.gz
samba-af5c6fba68a05e9e196f4e9133b07cb1d62cc981.tar.bz2
samba-af5c6fba68a05e9e196f4e9133b07cb1d62cc981.zip
waf: Simplify handling of python modules.
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 0d9ad74402..5e4f40d2c4 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -155,10 +155,6 @@ def SAMBA_LIBRARY(bld, libname, source,
else:
subsystem_group = group
- if target_type == "PYTHON":
- allow_undefined_symbols = True
- pyext = True
-
# first create a target for building the object files for this library
# by separating in this way, we avoid recompiling the C files
# separately for the install library and the build library