diff options
author | Marcin Siodelski <marcin@isc.org> | 2023-01-04 15:46:28 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2023-01-07 11:46:35 +0100 |
commit | 31de60034d265abb5b2a578298d97637e12b30e8 (patch) | |
tree | be6368171c95d32c89bdf59aab9c23daecdc5d7f /src/lib/dhcpsrv | |
parent | [#969] Remove whitespaces (diff) | |
download | kea-31de60034d265abb5b2a578298d97637e12b30e8.tar.xz kea-31de60034d265abb5b2a578298d97637e12b30e8.zip |
[#969] Install random_allcator.h header file
Diffstat (limited to 'src/lib/dhcpsrv')
-rw-r--r-- | src/lib/dhcpsrv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index 57dbd0cca4..813d6befaa 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -365,6 +365,7 @@ libkea_dhcpsrv_include_HEADERS = \ network_state.h \ pool.h \ random_allocation_state.h \ + random_allocator.h \ resource_handler.h \ sanity_checker.h \ shared_network.h \ |