diff options
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index e159292b77..ca9e85d1b8 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -43,6 +43,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam', bld.SAMBA_SUBSYSTEM('auth_sam_reply', source='auth_sam_reply.c', + deps='talloc', autoproto='auth_sam_reply.h' ) |