From d45b4bc26f330d2ce29e4a06ffdae74d82e8b43b Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sat, 18 Feb 2006 20:14:35 +0000 Subject: added basic authentication and SOAP-Header capabilities for request objects Thanks to Heiko Ronsdorf --- nanohttp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nanohttp/Makefile.am') 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 -- cgit v1.1-32-gdbae