From 7c82b69c46b1d499680a8a2bd8c33a31bf9124f9 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 16 Jun 2023 13:55:12 -0400 Subject: [PATCH] [#2608] Added cfg_globals to Makefile install list modified: ChangeLog src/lib/dhcpsrv/Makefile.am --- ChangeLog | 6 ++++++ src/lib/dhcpsrv/Makefile.am | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index fde4316cba..cca3fe8106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2148 [build] tmark + The include file, cfg_globals.h, has been added to the + to dhcpsrv/Makefile.am such that it now gets installed. + Prior to this it was omitted from installation. + (GitLab #2608) + 2147. [doc] andrei There are now more cross-references in the ARM. Commands and hook libraries link to their own section. Programs link to their diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index 165b6b7d3f..aefb9907b2 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -314,6 +314,7 @@ libkea_dhcpsrv_include_HEADERS = \ cfg_duid.h \ cfg_expiration.h \ cfg_host_operations.h \ + cfg_globals.h \ cfg_hosts.h \ cfg_hosts_util.h \ cfg_iface.h \ -- 2.47.2