diff options
author | snowdrop | 2004-01-30 16:39:59 +0000 |
---|---|---|
committer | snowdrop | 2004-01-30 16:39:59 +0000 |
commit | 977f0fdf9834f391a62f74a67960e8e301c914bb (patch) | |
tree | 42b49276e104a9487533633d58c15abc0b8bb62a /examples/nanohttp/Makefile.am | |
parent | 88fa3e34a012efc29f7b21b11eb75185431f3536 (diff) | |
download | csoap-977f0fdf9834f391a62f74a67960e8e301c914bb.tar.gz csoap-977f0fdf9834f391a62f74a67960e8e301c914bb.tar.bz2 |
develop
Diffstat (limited to 'examples/nanohttp/Makefile.am')
-rw-r--r-- | examples/nanohttp/Makefile.am | 5 |
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) + |