summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-11 22:37:08 +0200
committerVolker Lendecke <vl@samba.org>2010-04-11 22:59:46 +0200
commit80708b75f815d455c7cc00fc4cccfb6af91e9d85 (patch)
treeaea35db4030c6e34111fa9b3efe9c93fdee50b74 /source3/Makefile.in
parent5792ccc7c85276edd86050b18b755e05cda7e1f1 (diff)
downloadsamba-80708b75f815d455c7cc00fc4cccfb6af91e9d85.tar.gz
samba-80708b75f815d455c7cc00fc4cccfb6af91e9d85.tar.bz2
samba-80708b75f815d455c7cc00fc4cccfb6af91e9d85.zip
s3: Move make_server_info to auth/server_info.c
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 92a0b43316..d7b84ccee2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -764,6 +764,7 @@ AUTH_SCRIPT_OBJ = auth/auth_script.o
AUTH_NETLOGOND_OBJ = auth/auth_netlogond.o
AUTH_OBJ = auth/auth.o @AUTH_STATIC@ auth/auth_util.o auth/token_util.o \
+ auth/server_info.o \
auth/auth_compat.o auth/auth_ntlmssp.o \
$(PLAINTEXT_AUTH_OBJ) $(SLCACHE_OBJ) $(DCUTIL_OBJ)