summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-11 15:25:06 +0200
committerVolker Lendecke <vl@samba.org>2010-04-11 22:59:47 +0200
commitb8829e74fd0386931c1a5845337efff25fec72c2 (patch)
treecd2e1b09a095eda1ea2d6391e1c2fad2fb5b791a /source3/Makefile.in
parent18909879cc100b958d74c78ff9f84e9ba3318340 (diff)
downloadsamba-b8829e74fd0386931c1a5845337efff25fec72c2.tar.gz
samba-b8829e74fd0386931c1a5845337efff25fec72c2.tar.bz2
samba-b8829e74fd0386931c1a5845337efff25fec72c2.zip
s3: Move [make|free]_user_info to auth/user_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 c783777ed3..4de937aacd 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -766,6 +766,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/user_info.o \
auth/auth_compat.o auth/auth_ntlmssp.o \
$(PLAINTEXT_AUTH_OBJ) $(SLCACHE_OBJ) $(DCUTIL_OBJ)