s4-pyglue: pyglue now depends on pytalloc
authorAndrew Tridgell <tridge@samba.org>
Wed, 25 Aug 2010 02:34:30 +0000 (12:34 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 25 Aug 2010 13:05:05 +0000 (23:05 +1000)
source4/scripting/python/wscript_build

index ca36a81de8812431fbc8292cef216005d9e0b657..d28985609fddc8f48eb02388b83c3f5d529671c9 100644 (file)
@@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid',
 
 bld.SAMBA_PYTHON('python_glue',
                  source='pyglue.c',
-                 deps='pyparam_util LIBSAMBA-UTIL LIBNETIF',
+                 deps='pyparam_util LIBSAMBA-UTIL LIBNETIF PYTALLOC',
                  realname='samba/_glue.so'
        )