summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/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 /examples/nanohttp/Makefile.am
parent88879a324b4de530eea112944940846871fb5a73 (diff)
downloadcsoap-30e74469b8c9ff516f867d236e20132c0f345717.tar.gz
csoap-30e74469b8c9ff516f867d236e20132c0f345717.tar.bz2
nanoHTTP MIME client example update
Diffstat (limited to 'examples/nanohttp/Makefile.am')
-rw-r--r--examples/nanohttp/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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
+