summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 7d4678b7ac..0acb9e30ba 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -55,6 +55,18 @@ SUBSYSTEM = auth
auth_anonymous_OBJ_FILES = $(addprefix auth/, auth_anonymous.o)
#######################
+# Start MODULE auth_anonymous
+[MODULE::auth_server]
+INIT_FUNCTION = auth_server_init
+SUBSYSTEM = auth
+PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_SMB
+OUTPUT_TYPE = SHARED_LIBRARY
+# End MODULE auth_server
+#######################
+
+auth_server_OBJ_FILES = $(addprefix auth/, auth_server.o)
+
+#######################
# Start MODULE auth_winbind
[MODULE::auth_winbind]
INIT_FUNCTION = auth_winbind_init