From e22c7f1fe35047ba3b0434c683ee8e9d6898b35d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 29 Nov 2007 01:36:31 +0100 Subject: r26189: Add really trivial testsuite for the auth module. (This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22) --- 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 58bc7ce9ba..0b927b8e58 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -84,6 +84,6 @@ PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS ####################### [PYTHON::swig_auth] -PUBLIC_DEPENDENCIES = auth LIBPYTHON +PUBLIC_DEPENDENCIES = auth_system_session LIBPYTHON PRIVATE_DEPENDENCIES = SAMDB SWIG_FILE = auth.i -- cgit