summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-29 00:03:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:09 -0500
commit66af2d9e42264763fcb0680b510dfb59494b3b64 (patch)
tree8e35eacb6a1ee34175c1abf85fb394a205c2fc1c /source4
parenta12a6686ba7301c464e8db857c73bfd1061dbf93 (diff)
downloadsamba-66af2d9e42264763fcb0680b510dfb59494b3b64.tar.gz
samba-66af2d9e42264763fcb0680b510dfb59494b3b64.tar.bz2
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')
-rw-r--r--source4/auth/credentials/config.mk11
-rw-r--r--source4/main.mk1
2 files changed, 12 insertions, 0 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
new file mode 100644
index 0000000000..65505d87bf
--- /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
+#################################
+
diff --git a/source4/main.mk b/source4/main.mk
index 672ca4b1ba..a00bd29275 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -34,6 +34,7 @@ include cldap_server/config.mk
include auth/gensec/config.mk
include auth/kerberos/config.mk
include auth/ntlmssp/config.mk
+include auth/credentials/config.mk
include libcli/auth/config.mk
include libcli/ldap/config.mk
include libcli/config.mk