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 --- Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8351d0a..0a931a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # SUBDIRS=nanohttp \ @@ -24,11 +24,9 @@ documentation=doc/Doxyfile.api \ doc/tutorial.xml \ doc/images/logo02.gif -broken_examples=examples/nanohttp/client_mime.c \ - examples/nanohttp/httpcpost.c \ +broken_examples=examples/nanohttp/httpcpost.c \ examples/nanohttp/httppost.c \ - examples/nanohttp/postserver.c \ - examples/nanohttp/client_post_chunked.c + examples/nanohttp/postserver.c win32_env=win32/MinGW/Makefile \ win32/MinGW/compile.bat \ -- cgit v1.1-32-gdbae