diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-09-29 00:03:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:09 -0500 |
commit | 66af2d9e42264763fcb0680b510dfb59494b3b64 (patch) | |
tree | 8e35eacb6a1ee34175c1abf85fb394a205c2fc1c /source4/auth | |
parent | a12a6686ba7301c464e8db857c73bfd1061dbf93 (diff) | |
download | samba-66af2d9e42264763fcb0680b510dfb59494b3b64.tar.gz samba-66af2d9e42264763fcb0680b510dfb59494b3b64.tar.xz samba-66af2d9e42264763fcb0680b510dfb59494b3b64.zip |
r10597: And add the .mk files for the new credentials subsystem.
Andrew Bartlett
(This used to be commit 51a0275a0e7ffc940f2403f3c74a00b3936a07f4)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/credentials/config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk new file mode 100644 index 00000000000..65505d87bfd --- /dev/null +++ b/source4/auth/credentials/config.mk @@ -0,0 +1,11 @@ +################################# +# Start SUBSYSTEM GENSEC +[SUBSYSTEM::CREDENTIALS] +INIT_OBJ_FILES = auth/credentials/credentials.o +ADD_OBJ_FILES = auth/credentials/credentials_files.o \ + auth/credentials/credentials_krb5.o +REQUIRED_SUBSYSTEMS = \ + HEIMDAL +# End SUBSYSTEM GENSEC +################################# + |