From 31cacddba959e4b31f6f28cfb2b419e6f803d036 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 6 Jan 2006 16:14:35 +0000 Subject: bugfix: changed nanohttp-ssl.c to nanohttp-ssl.h in h_sources --- nanohttp/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nanohttp') diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am index e071566..6e6be3a 100644 --- a/nanohttp/Makefile.am +++ b/nanohttp/Makefile.am @@ -1,6 +1,6 @@ ## Source directory - + h_sources = nanohttp-common.h\ nanohttp-socket.h\ nanohttp-client.h\ @@ -8,7 +8,9 @@ nanohttp-server.h\ nanohttp-stream.h\ nanohttp-mime.h\ nanohttp-request.h\ -nanohttp-response.h +nanohttp-response.h\ +nanohttp-ssl.h + cc_sources = nanohttp-common.c\ nanohttp-socket.c\ @@ -21,6 +23,7 @@ nanohttp-response.c\ nanohttp-ssl.c + library_includedir=$(includedir)/$(NANOHTTP_LIBRARY_NAME)-$(NANOHTTP_API_VERSION)/$(NANOHTTP_LIBRARY_NAME) library_include_HEADERS = $(h_sources) -- cgit v1.1-32-gdbae