Fix uninstallman.
[samba.git] / source4 / auth / config.mk
index 0162653076039691f5a96c2cc795198d33fdd531..7d5050919e14f33d823353b3530544dcfd3d5fae 100644 (file)
@@ -15,6 +15,11 @@ auth_session_OBJ_FILES = $(addprefix $(authsrcdir)/, session.o)
 
 $(eval $(call proto_header_template,$(authsrcdir)/session_proto.h,$(auth_session_OBJ_FILES:.o=.c)))
 
+[SUBSYSTEM::samba_server_gensec]
+PUBLIC_DEPENDENCIES = CREDENTIALS GENSEC auth 
+
+samba_server_gensec_OBJ_FILES = $(addprefix $(authsrcdir)/, samba_server_gensec.o)
+
 [SUBSYSTEM::auth_system_session]
 PUBLIC_DEPENDENCIES = CREDENTIALS
 PRIVATE_DEPENDENCIES = auth_session LIBSAMBA-UTIL LIBSECURITY 
@@ -36,11 +41,10 @@ auth_sam_reply_OBJ_FILES = $(addprefix $(authsrcdir)/, auth_sam_reply.o)
 
 $(eval $(call proto_header_template,$(authsrcdir)/auth_sam_reply.h,$(auth_sam_reply_OBJ_FILES:.o=.c)))
 
-[PYTHON::swig_auth]
+[PYTHON::pyauth]
+LIBRARY_REALNAME = samba/auth.$(SHLIBEXT)
 PUBLIC_DEPENDENCIES = auth_system_session
-PRIVATE_DEPENDENCIES = SAMDB 
-SWIG_FILE = auth.i
+PRIVATE_DEPENDENCIES = SAMDB PYTALLOC param
 
-$(eval $(call python_py_module_template,auth.py,$(authsrcdir)/auth.py))
+pyauth_OBJ_FILES = $(authsrcdir)/pyauth.o
 
-swig_auth_OBJ_FILES = $(authsrcdir)/auth_wrap.o