summaryrefslogtreecommitdiff
path: root/source4/auth/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/config.m4')
-rw-r--r--source4/auth/config.m410
1 files changed, 3 insertions, 7 deletions
diff --git a/source4/auth/config.m4 b/source4/auth/config.m4
index 8fc1f5edeb..01e4574d94 100644
--- a/source4/auth/config.m4
+++ b/source4/auth/config.m4
@@ -1,10 +1,6 @@
dnl # AUTH Server subsystem
-SMB_MODULE(auth_sam,AUTH,STATIC,[auth/auth_sam.o])
-SMB_MODULE(auth_builtin,AUTH,STATIC,[auth/auth_builtin.o])
+SMB_MODULE_MK(auth_sam,AUTH,STATIC,auth/config.mk)
+SMB_MODULE_MK(auth_builtin,AUTH,STATIC,auth/config.mk)
-SMB_SUBSYSTEM(AUTH,auth/auth.o,
- [auth/auth_ntlmssp.o
- auth/auth_util.o
- auth/pampass.o
- auth/pass_check.o])
+SMB_SUBSYSTEM_MK(AUTH,auth/config.mk)