From ceb6e9717bf8ea5c83a01e159a7006fd8651620c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Mar 2006 16:41:04 +0000 Subject: r13960: Generate makefile rules for installing/removing shared modules. (This used to be commit 2c746980328431ab04852dc668899e3eb042da99) --- source4/auth/credentials/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/auth/credentials/config.mk') diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index 96c48f7574..586add9c14 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -1,5 +1,5 @@ ################################# -# Start SUBSYSTEM GENSEC +# Start SUBSYSTEM gensec [SUBSYSTEM::CREDENTIALS] PRIVATE_PROTO_HEADER = credentials_proto.h OBJ_FILES = credentials.o \ @@ -7,7 +7,7 @@ OBJ_FILES = credentials.o \ credentials_krb5.o \ credentials_ntlm.o REQUIRED_SUBSYSTEMS = \ - HEIMDAL LIBCLI_AUTH LIBLDB SECRETS + HEIMDAL LIBCLI_AUTH ldb SECRETS # End SUBSYSTEM CREDENTIALS ################################# -- cgit