From 84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Mon, 19 Dec 2005 14:06:15 +0000 Subject: integrated with ssl (https) capability --- nanohttp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nanohttp/Makefile.am') diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am index c59e0f8..e071566 100644 --- a/nanohttp/Makefile.am +++ b/nanohttp/Makefile.am @@ -17,7 +17,8 @@ nanohttp-server.c\ nanohttp-stream.c\ nanohttp-mime.c\ nanohttp-request.c\ -nanohttp-response.c +nanohttp-response.c\ +nanohttp-ssl.c library_includedir=$(includedir)/$(NANOHTTP_LIBRARY_NAME)-$(NANOHTTP_API_VERSION)/$(NANOHTTP_LIBRARY_NAME) -- cgit v1.1-32-gdbae