From 7d3421077216c00cf6744ab335447c5f75a9c24b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Apr 2010 21:29:34 +1000 Subject: s4-waf: added python_dsdb from merge with master --- source4/dsdb/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 966f65c65f..581c8ef4d0 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -49,3 +49,8 @@ bld.SAMBA_MODULE('DNS_UPDATE_SRV', deps='SAMDB process_model UTIL_RUNCMD' ) +bld.SAMBA_PYTHON('python_dsdb', + source='pydsdb.c', + deps='SAMDB', + realname='samba/dsdb.so' + ) -- cgit