From ced5c978faf8550ff1dbdb7a8e3f45c8f2391cd1 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 1 Sep 2004 07:57:06 +0000 Subject: removed helloserver --- examples/nanohttp/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 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) -- cgit v1.1-32-gdbae