diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-12 02:15:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:29 -0500 |
commit | f0d975fd69888402dcdf3649356e72e8f02596bb (patch) | |
tree | fca283d0dc05af13e7d2d653a84b57048d2280ed | |
parent | d7949f8a70f45c67611195e2ab7bccbbf0cc239c (diff) | |
download | samba-f0d975fd69888402dcdf3649356e72e8f02596bb.tar.gz samba-f0d975fd69888402dcdf3649356e72e8f02596bb.tar.bz2 samba-f0d975fd69888402dcdf3649356e72e8f02596bb.zip |
r19674: auth didn't depdend on process_model!
metze
(This used to be commit 30963753fcd9d8db17ca5c8476cc85b7084b7e87)
-rw-r--r-- | source4/auth/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 ####################### |