From: Marcin Siodelski Date: Thu, 29 Nov 2018 14:06:04 +0000 (+0100) Subject: [master] Backing off installation of log message headers. X-Git-Tag: 306-distribute-yang-modules_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7311a6911703c63aabef91b142752cf4ed75bf;p=thirdparty%2Fkea.git [master] Backing off installation of log message headers. Installation of those headers breaks distcheck, which presumably looks for the message compiler in a wrong location. --- diff --git a/src/lib/asiodns/Makefile.am b/src/lib/asiodns/Makefile.am index 97b9de7c03..89ff0876e6 100644 --- a/src/lib/asiodns/Makefile.am +++ b/src/lib/asiodns/Makefile.am @@ -44,7 +44,6 @@ libkea_asiodns_la_LIBADD += $(LOG4CPLUS_LIBS) # Specify the headers for copying into the installation directory tree. libkea_asiodns_includedir = $(pkgincludedir)/asiodns libkea_asiodns_include_HEADERS = \ - asiodns_messages.h \ io_fetch.h \ logger.h diff --git a/src/lib/config/Makefile.am b/src/lib/config/Makefile.am index 2a752d3899..dfc14b6802 100644 --- a/src/lib/config/Makefile.am +++ b/src/lib/config/Makefile.am @@ -50,7 +50,6 @@ libkea_cfgclient_includedir = $(pkgincludedir)/config libkea_cfgclient_include_HEADERS = \ base_command_mgr.h \ client_connection.h \ - config_messages.h \ cmds_impl.h \ command_mgr.h \ config_log.h \ diff --git a/src/lib/database/Makefile.am b/src/lib/database/Makefile.am index 5390c4b463..187f106ce7 100644 --- a/src/lib/database/Makefile.am +++ b/src/lib/database/Makefile.am @@ -50,5 +50,4 @@ libkea_database_include_HEADERS = \ dbaccess_parser.h \ db_exceptions.h \ db_log.h \ - db_messages.h \ server_selector.h diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index f96c2fe739..8cfda7e8b8 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -255,7 +255,6 @@ libkea_dhcpsrv_includedir = $(pkgincludedir)/dhcpsrv libkea_dhcpsrv_include_HEADERS = \ alloc_engine.h \ alloc_engine_log.h \ - alloc_engine_messages.h \ assignable_network.h \ base_host_data_source.h \ cache_host_data_source.h \ @@ -289,13 +288,11 @@ libkea_dhcpsrv_include_HEADERS = \ db_type.h \ dhcp4o6_ipc.h \ dhcpsrv_log.h \ - dhcpsrv_messages.h \ host.h \ host_container.h \ host_data_source_factory.h \ host_mgr.h \ hosts_log.h \ - hosts_messages.h \ key_from_key.h \ lease.h \ lease_file_loader.h \ diff --git a/src/lib/eval/Makefile.am b/src/lib/eval/Makefile.am index a81019e65c..3802ba9622 100644 --- a/src/lib/eval/Makefile.am +++ b/src/lib/eval/Makefile.am @@ -113,7 +113,6 @@ libkea_eval_include_HEADERS = \ eval_context.h \ eval_context_decl.h \ eval_log.h \ - eval_messages.h \ evaluate.h \ parser.h \ token.h diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index 2b70f86748..6ef57f55d5 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -71,7 +71,6 @@ libkea_hooks_include_HEADERS = \ hooks_config.h \ hooks_log.h \ hooks_manager.h \ - hooks_messages.h \ hooks_parser.h \ libinfo.h \ library_handle.h \ diff --git a/src/lib/http/Makefile.am b/src/lib/http/Makefile.am index a49a0f6c9a..f4e77c9ad8 100644 --- a/src/lib/http/Makefile.am +++ b/src/lib/http/Makefile.am @@ -75,7 +75,6 @@ libkea_http_include_HEADERS = \ http_header.h \ http_log.h \ http_message.h \ - http_messages.h \ http_message_parser_base.h \ http_types.h \ listener.h \ diff --git a/src/lib/process/Makefile.am b/src/lib/process/Makefile.am index b35e4e7903..61eb6a051c 100644 --- a/src/lib/process/Makefile.am +++ b/src/lib/process/Makefile.am @@ -72,5 +72,4 @@ libkea_process_include_HEADERS = \ d_process.h \ io_service_signal.h \ logging_info.h \ - log_parser.h \ - process_messages.h + log_parser.h