svn commit: samba r19674 - in branches/SAMBA_4_0/source/auth: .

metze at samba.org metze at samba.org
Sun Nov 12 02:15:58 GMT 2006


Author: metze
Date: 2006-11-12 02:15:56 +0000 (Sun, 12 Nov 2006)
New Revision: 19674

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19674

Log:
auth didn't depdend on process_model!

metze
Modified:
   branches/SAMBA_4_0/source/auth/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/auth/config.mk
===================================================================
--- branches/SAMBA_4_0/source/auth/config.mk	2006-11-12 01:30:45 UTC (rev 19673)
+++ branches/SAMBA_4_0/source/auth/config.mk	2006-11-12 02:15:56 UTC (rev 19674)
@@ -74,6 +74,6 @@
 		auth.o \
 		auth_util.o \
 		auth_simple.o
-PUBLIC_DEPENDENCIES = LIBSECURITY process_model SAMDB CREDENTIALS
+PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS
 # End SUBSYSTEM auth
 #######################



More information about the samba-cvs mailing list