waf: Remove unused EXT_LIB_PYTHON.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 24 Oct 2010 19:17:43 +0000 (12:17 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 26 Oct 2010 17:17:19 +0000 (10:17 -0700)
source4/scripting/python/wscript_build

index c75647689f2c9e5f93378396911dbf0af73e4a5c..90b56d066a2d4cb740faa408ee2d9361050f0bd9 100644 (file)
@@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('samba_python',
 
 bld.SAMBA_SUBSYSTEM('LIBPYTHON',
        source='modules.c',
-       public_deps='EXT_LIB_PYTHON',
+       public_deps='',
        init_function_sentinal='{NULL,NULL}',
        deps='talloc',
        pyext=True,
@@ -31,10 +31,6 @@ bld.SAMBA_PYTHON('python_glue',
        )
 
 
-# create a dummy subsystem for EXT_LIB_PYTHON
-bld.SAMBA_SUBSYSTEM('EXT_LIB_PYTHON', '')
-
-
 # install out various python scripts for use by make test
 bld.SAMBA_SCRIPT('samba_python',
                  pattern='samba/**/*.py',