From: Marcin Siodelski Date: Tue, 8 May 2018 09:05:00 +0000 (+0200) Subject: [5590] Updated included headers for dhcpsrv library. X-Git-Tag: trac5536_base~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4571f75f6922c13a3bae10090f3f8ced04db1f;p=thirdparty%2Fkea.git [5590] Updated included headers for dhcpsrv library. --- diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index 444bebffc3..64bad3e98c 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -276,8 +276,10 @@ libkea_dhcpsrv_include_HEADERS = \ daemon.h \ database_connection.h \ db_exceptions.h \ + db_log.h \ db_type.h \ dhcp4o6_ipc.h \ + dhcpsrv_db_log.h \ dhcpsrv_log.h \ host.h \ host_container.h \ @@ -296,6 +298,7 @@ libkea_dhcpsrv_include_HEADERS = \ memfile_lease_storage.h \ ncr_generator.h \ network.h \ + network_state.h \ pool.h \ shared_network.h \ sql_common.h \ @@ -311,6 +314,8 @@ libkea_dhcpsrv_include_HEADERS = \ if HAVE_CQL libkea_dhcpsrv_include_HEADERS += \ cql_connection.h \ + cql_exchange.h \ + cql_host_data_source.h \ cql_lease_mgr.h endif