From 30e74469b8c9ff516f867d236e20132c0f345717 Mon Sep 17 00:00:00 2001 From: m0gg Date: Wed, 3 Jan 2007 21:31:44 +0000 Subject: nanoHTTP MIME client example update --- examples/nanohttp/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/nanohttp/Makefile.am') diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index 53eadcc..bb92e1d 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -1,12 +1,14 @@ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # LDADD=../../nanohttp/libnanohttp.la INCLUDES=-I${top_srcdir} -noinst_PROGRAMS=http_server http_client +noinst_PROGRAMS=http_server http_client mime_client http_server_SOURCES=http_server.c http_client_SOURCES=http_client.c +mime_client_SOURCES=mime_client.c + -- cgit v1.1-32-gdbae