1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00

r13960: Generate makefile rules for installing/removing shared modules.

This commit is contained in:
Jelmer Vernooij
2006-03-07 16:41:04 +00:00
committed by Gerald (Jerry) Carter
parent a5b95a7741
commit 2c74698032
32 changed files with 172 additions and 162 deletions

View File

@@ -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
#################################