]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/MSNT/Makefile.am
Added many files forgotten from "make dist", such as header files, static
[thirdparty/squid.git] / helpers / basic_auth / MSNT / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
3 #
4 # $Id: Makefile.am,v 1.2 2001/12/27 00:23:32 hno Exp $
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9
10 libexec_PROGRAMS = msnt_auth
11
12 msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \
13 smbdes.c smbencrypt.c smblib-util.c smblib.c \
14 valid.c denyusers.c allowusers.c confload.c \
15 byteorder.h rfcnb-common.h rfcnb-error.h rfcnb.h \
16 rfcnb-io.h rfcnb-priv.h rfcnb-util.h smblib-common.h \
17 smblib.h smblib-priv.h std-defines.h std-includes.h valid.h
18
19 LDADD = @XTRA_LIBS@
20
21 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
22 -I$(top_srcdir)/src/