1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2004-07-12 09:07:10 +00:00 committed by Gerald (Jerry) Carter
parent 10a973da88
commit 67ac960066
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ INIT_OBJ_FILES = \
ADD_OBJ_FILES = \
auth/auth_util.o \
auth/pampass.o \
auth/pass_check.o
auth/pass_check.o \
auth/ntlm_check.o
# End SUBSYSTEM AUTH
#######################