Files updated because of the change in Makefile.am

TOS
Stephane Bortzmeyer 24 years ago
parent 3310166f6b
commit 7b2f273dc7

@ -1,15 +0,0 @@
Richard Stevens, author of the book "Unix network programming"
for his book and his many examples (a lot of the code comes from
him by copy-and-paste).
Pierre Beyssac, author of the "bing" tool for examples of code
and beta-testing.
Christian Grimm for the ICP code.
The Pasteur Institute because the work was done when working on the
French national Web cache project, while being an employee of the
Institute.
$Id$

@ -68,10 +68,11 @@ bin_PROGRAMS = echoping
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h
echoping_LDADD =
DOCS = DETAILS
TESTS = test-echoping-local test-echoping-remote test-echoping-icp
EXTRA_DIST = $(man_MANS) $(TESTS)
EXTRA_DIST = $(man_MANS) $(TESTS) $(DOCS)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h

Loading…
Cancel
Save