summaryrefslogtreecommitdiffstats
path: root/nanohttp/Makefile.am
diff options
context:
space:
mode:
authorGravatar snowdrop2006-02-18 20:14:35 +0000
committerGravatar snowdrop2006-02-18 20:14:35 +0000
commitd45b4bc26f330d2ce29e4a06ffdae74d82e8b43b (patch)
treed4b985c32b1246f5cde7c294b6654b27f71cc81b /nanohttp/Makefile.am
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 'nanohttp/Makefile.am')
-rw-r--r--nanohttp/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am
index 6e6be3a..2ad1fb8 100644
--- a/nanohttp/Makefile.am
+++ b/nanohttp/Makefile.am
@@ -9,6 +9,7 @@ nanohttp-stream.h\
nanohttp-mime.h\
nanohttp-request.h\
nanohttp-response.h\
+nanohttp-base64.h\
nanohttp-ssl.h
@@ -20,6 +21,7 @@ nanohttp-stream.c\
nanohttp-mime.c\
nanohttp-request.c\
nanohttp-response.c\
+nanohttp-base64.c\
nanohttp-ssl.c