diff options
Diffstat (limited to 'auth/gensec/wscript_build')
-rw-r--r-- | auth/gensec/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build index 4daa1de634..a9203f801d 100644 --- a/auth/gensec/wscript_build +++ b/auth/gensec/wscript_build @@ -2,6 +2,6 @@ bld.SAMBA_SUBSYSTEM('gensec_runtime', source='gensec.c', - deps='UTIL_TEVENT tevent samba-util LIBTSOCKET', + deps='tevent-util tevent samba-util LIBTSOCKET', public_headers='gensec.h', autoproto='gensec_toplevel_proto.h') |