summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-07-11 12:15:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:57 -0500
commit396a729686644838468d06c2b011c33705e731cb (patch)
tree8ad2fe87c6001f8b474108e9ecfa1d648c385fdf /source4/libcli/config.mk
parentf9ddbad0067606cf2aca0ee62e701ed21491cdec (diff)
downloadsamba-396a729686644838468d06c2b011c33705e731cb.tar.gz
samba-396a729686644838468d06c2b011c33705e731cb.tar.bz2
samba-396a729686644838468d06c2b011c33705e731cb.zip
r1449: Use the config system somewhat better in libcli/auth
(This used to be commit 69de0d95c585c1a73072e921884cbd427c160176)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index 0894ac7174..e69de29bb2 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -1,23 +0,0 @@
-#################################
-# Start SUBSYSTEM LIBCLI_AUTH
-[SUBSYSTEM::LIBCLI_AUTH]
-ADD_OBJ_FILES = \
- libcli/auth/spnego.o \
- libcli/auth/spnego_parse.o \
- libcli/auth/ntlmssp.o \
- libcli/auth/ntlmssp_parse.o \
- libcli/auth/ntlmssp_sign.o \
- libcli/auth/schannel.o \
- libcli/auth/credentials.o \
- libcli/auth/session.o \
- libcli/auth/ntlm_check.o \
- libcli/auth/kerberos.o \
- libcli/auth/kerberos_verify.o \
- libcli/auth/clikrb5.o \
- libcli/auth/gensec.o \
- libcli/auth/gensec_ntlmssp.o
-REQUIRED_SUBSYSTEMS = \
- AUTH SCHANNELDB
-# End SUBSYSTEM LIBCLI_AUTH
-#################################
-