From fe2b04b4bba6585ee5377d44b8e2627d32d404c4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Apr 2009 01:20:20 +0200 Subject: python: Move helper functions for using param into a separate file rather than linking against the python module. --- source4/auth/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 97916023c3..573f1972bc 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -45,7 +45,7 @@ $(eval $(call proto_header_template,$(authsrcdir)/auth_sam_reply.h,$(auth_sam_re [PYTHON::pyauth] LIBRARY_REALNAME = samba/auth.$(SHLIBEXT) PUBLIC_DEPENDENCIES = auth_system_session -PRIVATE_DEPENDENCIES = SAMDB PYTALLOC param +PRIVATE_DEPENDENCIES = SAMDB PYTALLOC pyparam_util pyauth_OBJ_FILES = $(authsrcdir)/pyauth.o -- cgit