#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.12 2002/04/15 00:17:12 hno Exp $
+# $Id: Makefile.in,v 1.13 2002/05/20 02:05:32 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
smblib.h smblib-priv.h std-defines.h std-includes.h valid.h
+EXTRA_DIST = \
+ COPYING-2.0 \
+ msntauth.conf \
+ msntauth-v2.0.lsm \
+ README.html
+
+
LDADD = @XTRA_LIBS@
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.11 2002/04/13 15:37:58 hno Exp $
+# $Id: Makefile.in,v 1.12 2002/05/20 02:05:32 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_SCRIPTS = $(SMB_AUTH_HELPER)
libexec_PROGRAMS = smb_auth
smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
-EXTRA_DIST = smb_auth.sh
+EXTRA_DIST = smb_auth.sh COPYING-2.0
LDADD = $(XTRA_LIBS)
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.9 2002/04/13 15:38:01 hno Exp $
+# $Id: Makefile.in,v 1.10 2002/05/20 02:05:34 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
EXTRA_DIST = \
- smb_auth.pl
+ smb_auth.pl \
+ README.txt
subdir = src/auth/basic/helpers/multi-domain-NTLM
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.12 2002/04/13 15:38:11 hno Exp $
+# $Id: Makefile.in,v 1.13 2002/05/20 02:05:35 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_SCRIPTS = no_check.pl
-EXTRA_DIST = no_check.pl
+EXTRA_DIST = \
+ no_check.pl \
+ README.no_check_ntlm_auth
+
subdir = src/auth/ntlm/helpers/no_check
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.2 2002/05/20 01:48:04 hno Exp $
+# $Id: Makefile.in,v 1.3 2002/05/20 02:05:37 hno Exp $
#
SHELL = @SHELL@
libexec_PROGRAMS = wb_ntlmauth
wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
+EXTRA_DIST = \
+ patches/wb_common.patch \
+ patches/winbind_nss_config.patch
+
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
+ $(mkinstalldirs) $(distdir)/patches
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.11 2002/04/13 15:38:13 hno Exp $
+# $Id: Makefile.in,v 1.12 2002/05/20 02:05:39 hno Exp $
#
SHELL = @SHELL@
libnull_a_SOURCES = null/store_null.c
libufs_a_SOURCES = ufs/store_dir_ufs.c ufs/store_io_ufs.c ufs/store_ufs.h
+EXTRA_DIST = \
+ coss/coss-notes.txt
+
+
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src/
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
+ $(mkinstalldirs) $(distdir)/coss
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \