summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/config.mk
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/auth/credentials/config.mk
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/auth/credentials/config.mk')
-rw-r--r--source4/auth/credentials/config.mk11
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 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
+#################################
+