diff options
Diffstat (limited to 'source4/auth/config.m4')
-rw-r--r-- | source4/auth/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/auth/config.m4 b/source4/auth/config.m4 index 23c7b8a3f58..b84ec5d4750 100644 --- a/source4/auth/config.m4 +++ b/source4/auth/config.m4 @@ -5,5 +5,7 @@ SMB_MODULE(auth_builtin,AUTH,STATIC,[auth/auth_builtin.o]) SMB_MODULE(auth_unix,AUTH,STATIC,[auth/auth_unix.o]) SMB_SUBSYSTEM(AUTH,auth/auth.o, - [auth/auth_ntlmssp.o auth/auth_util.o auth/pampass.o auth/pass_check.o], - auth/auth_public_proto.h) + [auth/auth_ntlmssp.o + auth/auth_util.o + auth/pampass.o + auth/pass_check.o]) |