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 \