From 81b979380759b1828b3d8ab424c7f0d8d6f5db60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Jan 2006 22:47:07 +0000 Subject: Added remake of the arpa/tftp.h file to make the TFTP server build on systems without the real header file. --- tests/server/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/server/Makefile.am') diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index 5bd1b50d8..4937403d5 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -36,7 +36,7 @@ sws_SOURCES= sws.c util.c util.h $(useful) sockfilt_SOURCES = sockfilt.c util.c util.h $(useful) \ $(top_srcdir)/lib/inet_pton.c getpart_SOURCES= testpart.c $(useful) -tftpd_SOURCES = tftpd.c util.c util.h $(useful) +tftpd_SOURCES = tftpd.c util.c util.h $(useful) tftp.h extra_DIST = base64.pl -- cgit v1.2.3