summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp
diff options
context:
space:
mode:
authorGravatar snowdrop2004-01-30 16:39:59 +0000
committerGravatar snowdrop2004-01-30 16:39:59 +0000
commit977f0fdf9834f391a62f74a67960e8e301c914bb (patch)
tree42b49276e104a9487533633d58c15abc0b8bb62a /examples/nanohttp
parent88fa3e34a012efc29f7b21b11eb75185431f3536 (diff)
downloadcsoap-977f0fdf9834f391a62f74a67960e8e301c914bb.tar.gz
csoap-977f0fdf9834f391a62f74a67960e8e301c914bb.tar.bz2
develop
Diffstat (limited to 'examples/nanohttp')
-rw-r--r--examples/nanohttp/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am
index dde2691..277a4c6 100644
--- a/examples/nanohttp/Makefile.am
+++ b/examples/nanohttp/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS=httpget httpgetcb httppost httpcpost helloserver
+bin_PROGRAMS=httpget httpgetcb httppost httpcpost helloserver postserver
INCLUDES=-I$(top_srcdir)/
LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
@@ -19,6 +19,9 @@ httpcpost_LDFLAGS=$(LDFLAGS)
helloserver_SOURCES=helloserver.c
helloserver_LDFLAGS=$(LDFLAGS)
+postserver_SOURCES=postserver.c
+postserver_LDFLAGS=$(LDFLAGS)
+