]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/MSNT/Makefile.am
Bootstrapped
[thirdparty/squid.git] / helpers / basic_auth / MSNT / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
7b09f29b 4# $Id: Makefile.am,v 1.3 2002/04/14 22:21:21 hno Exp $
a2794549 5#
6# Uncomment and customize the following to suit your needs:
7#
8
9
10libexec_PROGRAMS = msnt_auth
11
12msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \
7b09f29b 13 msntauth.h smbdes.c smbencrypt.c smblib-util.c smblib.c \
449e3a26 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
a2794549 18
19LDADD = @XTRA_LIBS@
20
21INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
22 -I$(top_srcdir)/src/