From cef76c0a0932ebf036f7334aa9c2d21410ccbfed Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 21 Jan 2004 12:28:20 +0000 Subject: added server functionality --- examples/nanohttp/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index 2901d25..dde2691 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -1,8 +1,8 @@ -bin_PROGRAMS=httpget httpgetcb httppost +bin_PROGRAMS=httpget httpgetcb httppost httpcpost helloserver INCLUDES=-I$(top_srcdir)/ LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \ - $(LIBSOCKET) $(LIBNSL) + $(LIBSOCKET) $(LIBNSL) -lpthread httpget_SOURCES=httpget.c httpget_LDFLAGS=$(LDFLAGS) @@ -13,6 +13,12 @@ httpgetcb_LDFLAGS=$(LDFLAGS) httppost_SOURCES=httppost.c httppost_LDFLAGS=$(LDFLAGS) +httpcpost_SOURCES=httpcpost.c +httpcpost_LDFLAGS=$(LDFLAGS) + +helloserver_SOURCES=helloserver.c +helloserver_LDFLAGS=$(LDFLAGS) + -- cgit v1.1-32-gdbae