# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.11 2002/04/13 15:37:50 hno Exp $
+# $Id: Makefile.in,v 1.12 2002/05/20 01:48:02 hno Exp $
#
SHELL = @SHELL@
install_sh = @install_sh@
makesnmplib = @makesnmplib@
-DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL
+DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL winbind
SUBDIRS = @BASIC_AUTH_HELPERS@
subdir = src/auth/basic/helpers
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.1 2002/05/19 23:53:28 hno Exp $
+# $Id: Makefile.in,v 1.2 2002/05/20 01:48:03 hno Exp $
#
SHELL = @SHELL@
makesnmplib = @makesnmplib@
libexec_PROGRAMS = wb_auth
-wb_auth_SOURCES = wb_basic_auth.c wb_common.c
+wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.1 2002/05/19 23:53:29 hno Exp $
+# $Id: Makefile.in,v 1.2 2002/05/20 01:48:04 hno Exp $
#
SHELL = @SHELL@
makesnmplib = @makesnmplib@
libexec_PROGRAMS = wb_ntlmauth
-wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c
+wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src