summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar snowdrop2006-02-18 20:14:35 +0000
committerGravatar snowdrop2006-02-18 20:14:35 +0000
commitd45b4bc26f330d2ce29e4a06ffdae74d82e8b43b (patch)
treed4b985c32b1246f5cde7c294b6654b27f71cc81b /examples
parent29b034ec9c827c7311e69fcb5765ef4e43478c29 (diff)
downloadcsoap-d45b4bc26f330d2ce29e4a06ffdae74d82e8b43b.tar.gz
csoap-d45b4bc26f330d2ce29e4a06ffdae74d82e8b43b.tar.bz2
added basic authentication and SOAP-Header capabilities for request objects
Thanks to Heiko Ronsdorf
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/nanohttp/Makefile.am27
2 files changed, 16 insertions, 13 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c9c2f15..a79d5c7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1 +1 @@
-SUBDIRS=csoap
+SUBDIRS=csoap nanohttp
diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am
index 8e4f7cc..21613ca 100644
--- a/examples/nanohttp/Makefile.am
+++ b/examples/nanohttp/Makefile.am
@@ -1,25 +1,28 @@
-bin_PROGRAMS=httpget httpgetcb httppost httpcpost postserver
+bin_PROGRAMS=http_server
+#bin_PROGRAMS=http_server httpget httpgetcb httppost httpcpost postserver
INCLUDES=-I$(top_srcdir)/
nanohttp_LDFLAG=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
$(LIBSOCKET) $(LIBNSL) -lpthread
-httpget_SOURCES=httpget.c
-httpget_LDFLAGS=$(nanohttp_LDFLAG)
-httpgetcb_SOURCES=httpgetcb.c
-httpgetcb_LDFLAGS=$(nanohttp_LDFLAG)
+#simpleclient_SOURCES=simpleclient.c
-httppost_SOURCES=httppost.c
-httppost_LDFLAGS=$(nanohttp_LDFLAG)
+http_server_SOURCES=http_server.c
+http_server_LDFLAGS=$(nanohttp_LDFLAG)
-httpcpost_SOURCES=httpcpost.c
-httpcpost_LDFLAGS=$(nanohttp_LDFLAG)
-
-postserver_SOURCES=postserver.c
-postserver_LDFLAGS=$(nanohttp_LDFLAG)
+#httpget_SOURCES=httpget.c
+#httpget_LDFLAGS=$(nanohttp_LDFLAG)
+#httpgetcb_SOURCES=httpgetcb.c
+#httpgetcb_LDFLAGS=$(nanohttp_LDFLAG)
+#httppost_SOURCES=httppost.c
+#httppost_LDFLAGS=$(nanohttp_LDFLAG)
+#httpcpost_SOURCES=httpcpost.c
+#httpcpost_LDFLAGS=$(nanohttp_LDFLAG)
+#postserver_SOURCES=postserver.c
+#postserver_LDFLAGS=$(nanohttp_LDFLAG)