From: Razvan Becheriu Date: Tue, 20 May 2025 12:08:02 +0000 (+0300) Subject: [#3839] added files to install list X-Git-Tag: Kea-2.4.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1033712f6ce064b278599a919e5c3359a46fdfe;p=thirdparty%2Fkea.git [#3839] added files to install list --- diff --git a/src/lib/config/Makefile.am b/src/lib/config/Makefile.am index 168f323683..588032594c 100644 --- a/src/lib/config/Makefile.am +++ b/src/lib/config/Makefile.am @@ -84,5 +84,6 @@ libkea_cfgclient_include_HEADERS = \ config_log.h \ config_messages.h \ hooked_command_mgr.h \ - timeouts.h + timeouts.h \ + unix_command_config.h diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index f4438f460c..46cd404439 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -66,6 +66,7 @@ libkea_util_include_HEADERS = \ dhcp_space.h \ doubles.h \ filename.h \ + filesystem.h \ hash.h \ io_utilities.h \ labeled_value.h \