diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-03 22:47:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-03 22:47:07 +0000 |
commit | 81b979380759b1828b3d8ab424c7f0d8d6f5db60 (patch) | |
tree | 9488e306855d9b9f7995b84db84d0bffe52d2b80 /tests/server/Makefile.am | |
parent | 7278f17e8f3eed5bae7737359b005e407cf453de (diff) | |
download | curl-81b979380759b1828b3d8ab424c7f0d8d6f5db60.tar.gz |
Added remake of the arpa/tftp.h file to make the TFTP server build on systems
without the real header file.
Diffstat (limited to 'tests/server/Makefile.am')
-rw-r--r-- | tests/server/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |