summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar snowdrop2004-09-01 07:57:06 +0000
committerGravatar snowdrop2004-09-01 07:57:06 +0000
commitced5c978faf8550ff1dbdb7a8e3f45c8f2391cd1 (patch)
treed10f401124a126b77d5ede4e443eb69fe4418a2f
parent75018531e6aedb37c7c76c7fd2ff16eec0cc9dee (diff)
downloadcsoap-ced5c978faf8550ff1dbdb7a8e3f45c8f2391cd1.tar.gz
csoap-ced5c978faf8550ff1dbdb7a8e3f45c8f2391cd1.tar.bz2
removed helloserver
-rw-r--r--examples/nanohttp/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am
index 277a4c6..4ade27e 100644
--- a/examples/nanohttp/Makefile.am
+++ b/examples/nanohttp/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS=httpget httpgetcb httppost httpcpost helloserver postserver
+bin_PROGRAMS=httpget httpgetcb httppost httpcpost postserver
INCLUDES=-I$(top_srcdir)/
LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
@@ -16,9 +16,6 @@ httppost_LDFLAGS=$(LDFLAGS)
httpcpost_SOURCES=httpcpost.c
httpcpost_LDFLAGS=$(LDFLAGS)
-helloserver_SOURCES=helloserver.c
-helloserver_LDFLAGS=$(LDFLAGS)
-
postserver_SOURCES=postserver.c
postserver_LDFLAGS=$(LDFLAGS)