From f0d975fd69888402dcdf3649356e72e8f02596bb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 12 Nov 2006 02:15:56 +0000 Subject: r19674: auth didn't depdend on process_model! metze (This used to be commit 30963753fcd9d8db17ca5c8476cc85b7084b7e87) --- 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 b34dbac21e..ba4372deaa 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -74,6 +74,6 @@ OBJ_FILES = \ auth.o \ auth_util.o \ auth_simple.o -PUBLIC_DEPENDENCIES = LIBSECURITY process_model SAMDB CREDENTIALS +PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS # End SUBSYSTEM auth ####################### -- cgit