From e332353ccadd10fda96d2c02dddc64de0dbdea49 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 31 Mar 2008 18:42:22 +0200 Subject: * digital/avr/modules/host: - added client socket code. - added mex Node declarations. --- digital/avr/modules/host/Makefile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/host/Makefile.module') diff --git a/digital/avr/modules/host/Makefile.module b/digital/avr/modules/host/Makefile.module index cf2cf1ee..0b2cd371 100644 --- a/digital/avr/modules/host/Makefile.module +++ b/digital/avr/modules/host/Makefile.module @@ -1 +1 @@ -host_SOURCES = host.host.c +host_SOURCES = host.host.c mex.host.c socket.host.c -- cgit v1.2.3