lib/util: consolidate module loading into common code
[samba.git] / source4 / ntvfs / wscript_build
index 6d554f2273599262cbadc15a05007a1cd0316c89..0ddd4e5ed40a0e146e1935a47fcfbf4283febda3 100644 (file)
@@ -67,7 +67,7 @@ bld.SAMBA_MODULE('ntvfs_nbench',
 bld.SAMBA_LIBRARY('ntvfs',
                   source='ntvfs_base.c ntvfs_generic.c ntvfs_interface.c ntvfs_util.c',
                   autoproto='ntvfs_proto.h',
-                  deps='tevent',
+                  deps='tevent samba-modules',
                   private_library=True
                   )