From d1d958caa1be1f0fe1769dc563e15e9a65851459 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Nov 2007 12:31:41 +0100 Subject: r26078: Import Python bindings for system_session functions (still needs tests). (This used to be commit f1f7d2f98acfb586815a34ee7d38edcf41a0197d) --- source4/auth/config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index b2d576be37..7a854a19a0 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -73,3 +73,8 @@ OBJ_FILES = \ PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS # End SUBSYSTEM auth ####################### + +[PYTHON::swig_auth] +PUBLIC_DEPENDENCIES = auth LIBPYTHON +PRIVATE_DEPENDENCIES = SAMDB +SWIG_FILE = auth.i -- cgit