From: Marcin Siodelski Date: Tue, 8 May 2018 08:56:44 +0000 (+0200) Subject: [5590] Updated included headers in http library. X-Git-Tag: trac5536_base~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cf41f973f3f94ce97085508386dae84450c140;p=thirdparty%2Fkea.git [5590] Updated included headers in http library. --- diff --git a/src/lib/http/Makefile.am b/src/lib/http/Makefile.am index f5d9ded7a2..fd4bb2e48a 100644 --- a/src/lib/http/Makefile.am +++ b/src/lib/http/Makefile.am @@ -66,12 +66,16 @@ libkea_http_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) # Specify the headers for copying into the installation directory tree. libkea_http_includedir = $(pkgincludedir)/http libkea_http_include_HEADERS = \ + client.h \ connection.h \ connection_pool.h \ date_time.h \ header_context.h \ http_acceptor.h \ + http_header.h \ http_log.h \ + http_message.h \ + http_message_parser_base.h \ http_types.h \ listener.h \ post_request.h \ @@ -80,7 +84,10 @@ libkea_http_include_HEADERS = \ request_context.h \ request_parser.h \ response.h \ + response_context.h \ response_creator.h \ response_creator_factory.h \ - response_json.h + response_json.h \ + response_parser.h \ + url.h