]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2608] Added cfg_globals to Makefile install list
authorThomas Markwalder <tmark@isc.org>
Fri, 16 Jun 2023 17:55:12 +0000 (13:55 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 16 Jun 2023 17:55:12 +0000 (13:55 -0400)
modified:
    ChangeLog
    src/lib/dhcpsrv/Makefile.am

ChangeLog
src/lib/dhcpsrv/Makefile.am

index fde4316cba10df6b2c6287293d4531d43fbcc756..cca3fe810626218f8f7fca1e7189e49f6bfc08c5 100644 (file)
--- 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
index 165b6b7d3f0fdc4abea8245009ecff17bef74ec9..aefb9907b245cf648e7cf2b070028680686dfa33 100644 (file)
@@ -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 \