summaryrefslogtreecommitdiff
path: root/libcli/echo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/echo/tests')
-rw-r--r--libcli/echo/tests/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/echo/tests/wscript_build b/libcli/echo/tests/wscript_build
index 7e58130708..366c89565a 100644
--- a/libcli/echo/tests/wscript_build
+++ b/libcli/echo/tests/wscript_build
@@ -4,5 +4,5 @@ bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO',
source='echo.c',
subsystem='smbtorture',
init_function='torture_libcli_echo_init',
- deps='LIBTSOCKET UTIL_TEVENT LIBCLI_ECHO',
+ deps='LIBTSOCKET tevent-util LIBCLI_ECHO',
internal_module=True);