From dbaf51a44b8c465ac2f546d21719c66cd889c91f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 Jul 1998 22:13:10 +0000 Subject: Patch from Emmanuel Raguet : Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ... --- c/src/tests/samples/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/tests/samples/Makefile.in') diff --git a/c/src/tests/samples/Makefile.in b/c/src/tests/samples/Makefile.in index f5541f2df6..5a3c9a4034 100644 --- a/c/src/tests/samples/Makefile.in +++ b/c/src/tests/samples/Makefile.in @@ -25,4 +25,6 @@ MP_TESTS = $(MP_TESTS_$(HAS_MP)_V) FP_TESTS = paranoia -SUB_DIRS=hello ticker base_sp $(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS) +# socket socket/pgmHost +SUB_DIRS=hello ticker base_sp + $(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS) -- cgit v1.2.3