summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-11 22:41:59 +0200
committerVolker Lendecke <vl@samba.org>2010-04-11 22:59:47 +0200
commit18909879cc100b958d74c78ff9f84e9ba3318340 (patch)
tree6acb46c3470517ee54b6ebcc86f216e2d99d5379 /source3/Makefile.in
parent2b1a50c2e537f690acd8eff1d0cf3102104144d3 (diff)
downloadsamba-18909879cc100b958d74c78ff9f84e9ba3318340.tar.gz
samba-18909879cc100b958d74c78ff9f84e9ba3318340.tar.bz2
samba-18909879cc100b958d74c78ff9f84e9ba3318340.zip
s3: Move make_server_info_sam to auth/server_info_sam.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 d7b84ccee2..c783777ed3 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -765,6 +765,7 @@ 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/server_info_sam.o \
auth/auth_compat.o auth/auth_ntlmssp.o \
$(PLAINTEXT_AUTH_OBJ) $(SLCACHE_OBJ) $(DCUTIL_OBJ)