From 66af2d9e42264763fcb0680b510dfb59494b3b64 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 29 Sep 2005 00:03:43 +0000 Subject: r10597: And add the .mk files for the new credentials subsystem. Andrew Bartlett (This used to be commit 51a0275a0e7ffc940f2403f3c74a00b3936a07f4) --- source4/auth/credentials/config.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source4/auth/credentials/config.mk (limited to 'source4/auth/credentials/config.mk') 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 +################################# + -- cgit