--------------------- PatchSet 2813 Date: 2001/08/23 12:01:31 Author: rbcollins Branch: squid-amake Tag: (none) Log: add header files sources Members: src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile.am:1.1.2.1->1.1.2.2 Index: squid/src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/smbval/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile.am 6 Apr 2001 12:40:29 -0000 1.1.2.1 +++ squid/src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile.am 23 Aug 2001 12:01:31 -0000 1.1.2.2 @@ -5,6 +5,9 @@ noinst_LIBRARIES = libsmbvalid.a libsmbvalid_a_SOURCES = valid.c session.c rfcnb-util.c rfcnb-io.c \ - smblib-util.c smblib.c smbencrypt.c smbdes.c md4.c + smblib-util.c smblib.c smbencrypt.c smbdes.c md4.c byteorder.h \ + rfcnb-error.h rfcnb-util.h smbencrypt.h smblib.h valid.h \ + md4.h rfcnb-io.h rfcnb.h smblib-common.h std-defines.h \ + rfcnb-common.h rfcnb-priv.h smbdes.h smblib-priv.h std-includes.h ##OBJS = smblib.o smblib-util.o file.o smb-errors.o exper.o smblib-api.o smbencrypt.o smbdes.o md4.o