diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 17:02:40 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 17:02:40 +0100 |
commit | fb6fdfce37a91021c346a52bd7d55a5ee576580a (patch) | |
tree | d57686ebd5a3217a83560e6f7c38d30d511203e7 /source4/auth | |
parent | 2bf39edc9d0abf3306bd25b9c40d88aceb029be7 (diff) | |
download | samba-fb6fdfce37a91021c346a52bd7d55a5ee576580a.tar.gz samba-fb6fdfce37a91021c346a52bd7d55a5ee576580a.tar.bz2 samba-fb6fdfce37a91021c346a52bd7d55a5ee576580a.zip |
Fix the build.
(This used to be commit f2e49744717eb46bbfafeea9e2eb412a38a142e7)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index c738c83bf4..b82a1af8fa 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -89,7 +89,7 @@ PAM_ERRORS_OBJ_FILES = $(addprefix auth/, pam_errors.o) [MODULE::service_auth] INIT_FUNCTION = server_service_auth_init -SUBSYSTEM = service +SUBSYSTEM = smbd PRIVATE_PROTO_HEADER = auth_proto.h PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS |