]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 15 Apr 2002 06:17:12 +0000 (06:17 +0000)
committerhno <>
Mon, 15 Apr 2002 06:17:12 +0000 (06:17 +0000)
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/SASL/Makefile.in

index bc52a9d4799e934221462edfc3f8a56a01de4d43..bc2b438f6d5167e5471004d4e77aab5b8c9b0eb9 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  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:
 #
@@ -124,7 +124,7 @@ makesnmplib = @makesnmplib@
 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 \
index e372752d9443c4c14db31362383138506466bd47..8a3ba1e6be97b2dc67455e7b0433c699cd595f1d 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  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:
 #
@@ -127,6 +127,7 @@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
 
 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