summaryrefslogtreecommitdiff
path: root/source4/lib/basic.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-29 00:02:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:09 -0500
commita12a6686ba7301c464e8db857c73bfd1061dbf93 (patch)
tree3f57490d15b20c47a606ff74d39394a2464c63e0 /source4/lib/basic.mk
parente6fbd02b90c4d7beb6d7dcac4beb9b73a0e25259 (diff)
downloadsamba-a12a6686ba7301c464e8db857c73bfd1061dbf93.tar.gz
samba-a12a6686ba7301c464e8db857c73bfd1061dbf93.tar.bz2
samba-a12a6686ba7301c464e8db857c73bfd1061dbf93.zip
r10596: Move the credentials code into it's own subsystem, and push it under auth/
Andrew Bartlett (This used to be commit 2e76a4b8efd59c496d64241d654538d3222545c6)
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r--source4/lib/basic.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index 3fa9bb354b..18f6f3aeb9 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -66,8 +66,7 @@ ADD_OBJ_FILES = \
lib/mutex.o \
lib/idtree.o \
lib/db_wrap.o \
- lib/gendb.o \
- lib/credentials.o
+ lib/gendb.o
REQUIRED_SUBSYSTEMS = \
LIBLDB CHARSET LIBREPLACE LIBNETIF LIBCRYPTO EXT_LIB_DL LIBTALLOC \
SOCKET_WRAPPER CONFIG