s3:dbwrap_tool: add popt support and standard samba options
[mat/samba.git] / source3 / wscript_build
index 4bedbfe0321b5f104f239ea1f9604e0e0be564f3..ff33c9948d3c91df88ac19e0cafae4f676a4e11c 100755 (executable)
@@ -1393,7 +1393,8 @@ bld.SAMBA3_BINARY('test_lp_load',
 
 bld.SAMBA3_BINARY('dbwrap_tool',
                  source=DBWRAP_TOOL_SRC,
-                 deps='''talloc tdb_compat tevent cap param smbd_shim LIBSMB_ERR''',
+                 deps='''talloc tdb_compat tevent cap param smbd_shim LIBSMB_ERR
+                popt_samba3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('dbwrap_torture',