diff options
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r-- | source3/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 9fdc27d619..4894e352da 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -12,7 +12,7 @@ AUTH_NETLOGOND_SRC = 'auth_netlogond.c' AUTH_SRC = '''auth.c user_krb5.c - auth_compat.c auth_ntlmssp.c''' + auth_compat.c auth_ntlmssp.c auth_generic.c''' bld.SAMBA3_SUBSYSTEM('TOKEN_UTIL', source='token_util.c', |