#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.11 2002/04/13 15:37:53 hno Exp $
+# $Id: Makefile.in,v 1.12 2002/04/15 00:17:12 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_PROGRAMS = msnt_auth
msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \
- smbdes.c smbencrypt.c smblib-util.c smblib.c \
+ msntauth.h smbdes.c smbencrypt.c smblib-util.c smblib.c \
valid.c denyusers.c allowusers.c confload.c \
byteorder.h rfcnb-common.h rfcnb-error.h rfcnb.h \
rfcnb-io.h rfcnb-priv.h rfcnb-util.h smblib-common.h \
#
# Makefile for the Squid SASL authentication helper
#
-# $Id: Makefile.in,v 1.8 2002/04/13 15:37:57 hno Exp $
+# $Id: Makefile.in,v 1.9 2002/04/15 00:17:19 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_PROGRAMS = sasl_auth
LDADD = -lsasl $(XTRA_LIBS)
+EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf
subdir = src/auth/basic/helpers/SASL
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/autoconf.h