From d2c445f5d7cf21606c9878bff3e4046c283944df Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sun, 19 Sep 2004 07:05:01 +0000 Subject: Added http stream feature (only input stream yet) Added DIME "client" support (very experimental) --- nanohttp/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nanohttp/Makefile.am') diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am index c8ba204..ba3cf78 100644 --- a/nanohttp/Makefile.am +++ b/nanohttp/Makefile.am @@ -4,12 +4,15 @@ h_sources = nanohttp-common.h\ nanohttp-socket.h\ nanohttp-client.h\ -nanohttp-server.h +nanohttp-server.h\ +nanohttp-reqres.h\ +nanohttp-stream.h cc_sources = nanohttp-common.c\ nanohttp-socket.c\ nanohttp-client.c\ -nanohttp-server.c +nanohttp-server.c\ +nanohttp-stream.c library_includedir=$(includedir)/$(NANOHTTP_LIBRARY_NAME)-$(NANOHTTP_API_VERSION)/$(NANOHTTP_LIBRARY_NAME) library_include_HEADERS = $(h_sources) -- cgit v1.1-32-gdbae