From af5c6fba68a05e9e196f4e9133b07cb1d62cc981 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 13 Nov 2011 17:50:52 +0100 Subject: waf: Simplify handling of python modules. --- buildtools/wafsamba/wafsamba.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'buildtools/wafsamba/wafsamba.py') 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 -- cgit