r15298: Fix the build using a few hacks in the build system.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Apr 2006 19:50:13 +0000 (19:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:04 +0000 (14:05 -0500)
commit620d759f49f4b648d0fa4a84e67f1cecbbdd0f06
tree15a768135a197cdd7b3acd369c029ce9248e9012
parent710ea949886dd57c66dc6d397e0ea41c89736107
r15298: Fix the build using a few hacks in the build system.
Recursive dependencies are now forbidden (the build system
will bail out if there are any).

I've split up auth_sam.c into auth_sam.c and sam.c. Andrew,
please rename sam.c / move its contents to whatever/wherever you think suits
best.
(This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
26 files changed:
source4/auth/auth.c
source4/auth/auth.h
source4/auth/auth_sam.c
source4/auth/config.mk
source4/auth/gensec/config.mk
source4/auth/kerberos/kerberos_pac.c
source4/auth/ntlmssp/config.mk
source4/auth/sam.c [new file with mode: 0644]
source4/build/smb_build/TODO
source4/build/smb_build/input.pm
source4/build/smb_build/main.pl
source4/build/smb_build/makefile.pm
source4/build/smb_build/output.pm
source4/dsdb/config.mk
source4/lib/charset/util_unistr.c
source4/lib/ldb/config.mk
source4/lib/registry/config.mk
source4/lib/registry/registry.h
source4/lib/socket/config.mk
source4/lib/util/util_str.c
source4/libcli/config.mk
source4/rpc_server/config.mk
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/smbd/config.mk
source4/torture/config.mk
source4/utils/config.mk