summaryrefslogtreecommitdiff
path: root/source4/auth/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-24 16:54:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:11 -0500
commit454bba05dfd3edc3467b791ac2f26693ec8a21d7 (patch)
tree79e70f426587839de8770a1e52aa1d32797b3b6f /source4/auth/config.m4
parent1c43e8476607749c16eac502a096f3a1c8395d78 (diff)
downloadsamba-454bba05dfd3edc3467b791ac2f26693ec8a21d7.tar.gz
samba-454bba05dfd3edc3467b791ac2f26693ec8a21d7.tar.bz2
samba-454bba05dfd3edc3467b791ac2f26693ec8a21d7.zip
r850: convert SUBSYSTEM AUTH to a config.mk file
metze (This used to be commit b29414bd23385ba2502763ed33676a42d176eaf9)
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)