From 977f0fdf9834f391a62f74a67960e8e301c914bb Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 30 Jan 2004 16:39:59 +0000 Subject: develop --- examples/nanohttp/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/nanohttp') 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) + -- cgit v1.1-32-gdbae