summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar m0gg2007-01-03 21:31:44 +0000
committerGravatar m0gg2007-01-03 21:31:44 +0000
commit30e74469b8c9ff516f867d236e20132c0f345717 (patch)
tree24cce6963e0f821d159aa373d7ee7f1d4afe1986 /Makefile.am
parent88879a324b4de530eea112944940846871fb5a73 (diff)
downloadcsoap-30e74469b8c9ff516f867d236e20132c0f345717.tar.gz
csoap-30e74469b8c9ff516f867d236e20132c0f345717.tar.bz2
nanoHTTP MIME client example update
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
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 \