]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added many files forgotten from "make dist", such as header files, static
authorhno <>
Thu, 27 Dec 2001 07:23:31 +0000 (07:23 +0000)
committerhno <>
Thu, 27 Dec 2001 07:23:31 +0000 (07:23 +0000)
scripts etc..

15 files changed:
helpers/basic_auth/MSNT/Makefile.am
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/SMB/Makefile.am
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.am
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.am
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/ntlm_auth/no_check/Makefile.am
helpers/ntlm_auth/no_check/Makefile.in
include/stamp-h.in
src/Makefile.am
src/Makefile.in
src/repl/Makefile.am
src/repl/Makefile.in

index b35f8e766263da1462e85764c0998b63b63bc2be..d45aa9897f9606b9d94c2c6d6d87473fe805bde1 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.1 2001/08/31 11:19:16 robertc Exp $
+#  $Id: Makefile.am,v 1.2 2001/12/27 00:23:32 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -11,7 +11,10 @@ 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 \
-               valid.c denyusers.c allowusers.c confload.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 \
+               smblib.h smblib-priv.h std-defines.h std-includes.h valid.h
 
 LDADD  = @XTRA_LIBS@
 
index c435dfa888f29035754360faa0f35c9440297103..95f6f106216be2d96f3988782801fc33bcacda5d 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.7 2001/11/29 11:17:05 hno Exp $
+#  $Id: Makefile.in,v 1.8 2001/12/27 00:23:32 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -130,7 +130,10 @@ 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 \
-               valid.c denyusers.c allowusers.c confload.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 \
+               smblib.h smblib-priv.h std-defines.h std-includes.h valid.h
 
 
 LDADD = @XTRA_LIBS@
index e9cccb692e116e696fc1108350ef252d0e86bf1c..b882f2418db1a3fc856a9fa79adef37762fe3091 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.1 2001/08/31 11:19:18 robertc Exp $
+#  $Id: Makefile.am,v 1.2 2001/12/27 00:23:33 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -20,6 +20,7 @@ SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER)
 libexec_SCRIPTS        = $(SMB_AUTH_HELPER)
 libexec_PROGRAMS = smb_auth
 smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
+EXTRA_DIST = smb_auth.sh
 
 LDADD  = $(XTRA_LIBS)
 
index 472ab11c0f302120ffb873045f5ca059a8624737..a6bb0c90b83d8c10e86e85e5b2dbd373d8b1b7a0 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.7 2001/11/29 11:17:08 hno Exp $
+#  $Id: Makefile.in,v 1.8 2001/12/27 00:23:33 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -138,6 +138,7 @@ SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER)
 libexec_SCRIPTS = $(SMB_AUTH_HELPER)
 libexec_PROGRAMS = smb_auth
 smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
+EXTRA_DIST = smb_auth.sh
 
 LDADD = $(XTRA_LIBS)
 
index 51ea96bcef6d030e92518b3f83ed204d03bf0bf5..88caf93904c93ba9ed32e1ec20a269b8e816a1aa 100644 (file)
@@ -1,12 +1,12 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2001/09/06 21:37:29 hno Exp $
+#  $Id: Makefile.am,v 1.3 2001/12/27 00:23:33 hno Exp $
 #
 #
 
 libexec_PROGRAMS = yp_auth
-yp_auth_SOURCES        = yp_auth.c nis_support.c
+yp_auth_SOURCES        = yp_auth.c nis_support.h nis_support.c
 LDADD  = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
 INCLUDES       = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
                  -I$(top_srcdir)/src/
index 70e157df37e3f6ea28efb82dd9b3355747dddf03..52615dd5926f550e530dbebe6b8f8866c9ec0264 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.9 2001/11/29 11:17:09 hno Exp $
+#  $Id: Makefile.in,v 1.10 2001/12/27 00:23:33 hno Exp $
 #
 #
 
@@ -126,7 +126,7 @@ install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
 libexec_PROGRAMS = yp_auth
-yp_auth_SOURCES = yp_auth.c nis_support.c
+yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
 LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
                  -I$(top_srcdir)/src/
index bc0f3dd135c8bbc12fc16ef7a764a90c0d46c7af..9f581398efc6c83e2f3720db401c68adda5d6811 100644 (file)
@@ -1,9 +1,13 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.1 2001/08/31 11:19:21 robertc Exp $
+#  $Id: Makefile.am,v 1.2 2001/12/27 00:23:33 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
 
-libexec_SCRIPTS                = smb_auth.pl
+libexec_SCRIPTS        = \
+       smb_auth.pl
+
+EXTRA_DIST = \
+       smb_auth.pl
index 0f00e37ec7ccd033c3254ddecebb902b8eb0e460..facbd640469135fcb38eacdb90e78748b2c02cc2 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.5 2001/11/29 11:17:10 hno Exp $
+#  $Id: Makefile.in,v 1.6 2001/12/27 00:23:33 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -126,7 +126,13 @@ am__quote = @am__quote@
 install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
-libexec_SCRIPTS = smb_auth.pl
+libexec_SCRIPTS = \
+       smb_auth.pl
+
+
+EXTRA_DIST = \
+       smb_auth.pl
+
 subdir = src/auth/basic/helpers/multi-domain-NTLM
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
index 6419d0e9b4ae8c2d46e2ebbc662a9a8cc451cb84..de25a0b718f398e7763cd9537d3bf8b1ea467882 100644 (file)
@@ -1,9 +1,11 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.1 2001/08/31 11:19:28 robertc Exp $
+#  $Id: Makefile.am,v 1.2 2001/12/27 00:23:34 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
 
 libexec_SCRIPTS        = no_check.pl
+
+EXTRA_DIST = no_check.pl
index 2b8d8ef4ee0582191304ac3eaaab5b1ed9f91ec7..302d5121dffa3f09be03acd045f44d0f4a0e722a 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.8 2001/11/29 11:17:30 hno Exp $
+#  $Id: Makefile.in,v 1.9 2001/12/27 00:23:34 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -127,6 +127,8 @@ install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
 libexec_SCRIPTS = no_check.pl
+
+EXTRA_DIST = no_check.pl
 subdir = src/auth/ntlm/helpers/no_check
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9788f70238c91894045d22366fa941580826c3c1 100644 (file)
@@ -0,0 +1 @@
+timestamp
index 40c1cdb9bdde53e525864cab727e67e3ad86efed..341e519718a9d98d73162e6c09d48f32d2b2c07f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.18 2001/12/26 23:03:11 hno Exp $
+#  $Id: Makefile.am,v 1.19 2001/12/27 00:23:31 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -96,6 +96,7 @@ EXTRA_squid_SOURCES = \
        snmp_agent.c \
        unlinkd.c \
        ssl_support.c \
+       ssl_support.h \
        win32.c
 
 squid_SOURCES = \
index d5a3149d296124e6b62bf0e8a46b4fa2d2385a81..8ee33ae99fb7e1acc2a1ea820bded85c50f1060b 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.227 2001/12/26 23:03:11 hno Exp $
+#  $Id: Makefile.in,v 1.228 2001/12/27 00:23:32 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -196,6 +196,7 @@ EXTRA_squid_SOURCES = \
        snmp_agent.c \
        unlinkd.c \
        ssl_support.c \
+       ssl_support.h \
        win32.c
 
 
@@ -441,17 +442,17 @@ pinger_DEPENDENCIES =
 pinger_LDFLAGS =
 @USE_DELAY_POOLS_FALSE@am__objects_1 =
 @USE_DELAY_POOLS_TRUE@am__objects_1 = delay_pools.$(OBJEXT)
-@USE_DNSSERVER_FALSE@am__objects_2 = dns_internal.$(OBJEXT)
 @USE_DNSSERVER_TRUE@am__objects_2 = dns.$(OBJEXT)
+@USE_DNSSERVER_FALSE@am__objects_2 = dns_internal.$(OBJEXT)
 @ENABLE_HTCP_TRUE@am__objects_3 = htcp.$(OBJEXT)
-@MAKE_LEAKFINDER_TRUE@am__objects_4 = leakfinder.$(OBJEXT)
 @MAKE_LEAKFINDER_FALSE@am__objects_4 =
+@MAKE_LEAKFINDER_TRUE@am__objects_4 = leakfinder.$(OBJEXT)
 @USE_SNMP_TRUE@am__objects_5 = snmp_core.$(OBJEXT) snmp_agent.$(OBJEXT)
 @USE_SNMP_FALSE@am__objects_5 =
-@ENABLE_SSL_FALSE@am__objects_6 =
 @ENABLE_SSL_TRUE@am__objects_6 = ssl_support.$(OBJEXT)
-@ENABLE_UNLINKD_TRUE@am__objects_7 = unlinkd.$(OBJEXT)
+@ENABLE_SSL_FALSE@am__objects_6 =
 @ENABLE_UNLINKD_FALSE@am__objects_7 =
+@ENABLE_UNLINKD_TRUE@am__objects_7 = unlinkd.$(OBJEXT)
 @ENABLE_WIN32SPECIFIC_FALSE@am__objects_8 =
 @ENABLE_WIN32SPECIFIC_TRUE@am__objects_8 = win32.$(OBJEXT)
 am_squid_OBJECTS = access_log.$(OBJEXT) acl.$(OBJEXT) asn.$(OBJEXT) \
index d50889bfa828966b636a000ce3180a2adb03ec3d..2ca0f31eaf878e421c6e94724b0e0a70330eba29 100644 (file)
@@ -1,6 +1,6 @@
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.1 2001/08/31 11:19:35 robertc Exp $
+#  $Id: Makefile.am,v 1.2 2001/12/27 00:23:35 hno Exp $
 #
 
 AUTOMAKE_OPTIONS = subdir-objects
@@ -14,7 +14,7 @@ EXTRA_LIBRARIES = liblru.a libheap.a
 noinst_LIBRARIES = @REPL_LIBS@
 
 liblru_a_SOURCES = lru/store_repl_lru.c
-libheap_a_SOURCES = heap/store_heap_replacement.c heap/store_repl_heap.c
+libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.c heap/store_repl_heap.c
 
 INCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/
index 1ef659b325facc4a06466d50695e906ab32a3d93..8fc6f5e6b86a01e07961f77ffcc41d5ce9567178 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.7 2001/11/29 11:17:39 hno Exp $
+#  $Id: Makefile.in,v 1.8 2001/12/27 00:23:35 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -134,7 +134,7 @@ EXTRA_LIBRARIES = liblru.a libheap.a
 noinst_LIBRARIES = @REPL_LIBS@
 
 liblru_a_SOURCES = lru/store_repl_lru.c
-libheap_a_SOURCES = heap/store_heap_replacement.c heap/store_repl_heap.c
+libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.c heap/store_repl_heap.c
 
 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/