build: link pys3param against pytalloc-util not pytalloc
authorAndrew Bartlett <abartlet@samba.org>
Mon, 15 Aug 2011 06:20:35 +0000 (16:20 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 15 Aug 2011 07:54:02 +0000 (09:54 +0200)
pytalloc is the python module, pytalloc-util is the library that we can depend on

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Aug 15 09:54:02 CEST 2011 on sn-devel-104

source3/wscript_build

index b5d3f1efeb873ed8762bcb92f54d05d30283cf5b..3cc84710f232da26d28b383bfa624fdad1f8a9a4 100755 (executable)
@@ -757,7 +757,7 @@ if bld.env.toplevel_build:
     bld.SAMBA3_PYTHON('pys3param',
                       source='param/pyparam.c',
                       deps='param',
-                      public_deps='samba-hostconfig pytalloc talloc',
+                      public_deps='samba-hostconfig pytalloc-util talloc',
                       realname='samba/samba3/param.so')
     
 bld.SAMBA3_SUBSYSTEM('param_service',