#include <dhcpsrv/utils.h>
#include <util/buffer.h>
#include <util/range_utilities.h>
+#include <util/encode/hex.h>
#include <stats/stats_mgr.h>
#include <dhcp6/tests/dhcp6_test_utils.h>
libkea_dhcp_ddns_la_LIBADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS)
# Specify the headers for copying into the installation directory tree.
+libkea_dhcp_ddns_includedir = $(pkgincludedir)/dhcp_ddns
libkea_dhcp_ddns_include_HEADERS = \
ncr_io.h \
ncr_msg.h \
# Specify the headers for copying into the installation directory tree. The
# following headers are anticipated to be useful for the user libraries.
+libkea_dhcpsrv_includedir = $(pkgincludedir)/dhcpsrv
libkea_dhcpsrv_include_HEADERS = \
cfg_option.h \
cfg_4o6.h \
pool.h \
subnet.h \
subnet_id.h \
- triplet.h \
+ triplet.h
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(dhcp_data_dir)
#define CLIENT_CLASS_DEF_H
#include <dhcpsrv/cfg_option.h>
+#include <eval/token.h>
#include <exceptions/exceptions.h>
#include <string>
#include <dhcpsrv/cfg_4o6.h>
#include <dhcpsrv/lease.h>
#include <dhcpsrv/pool.h>
-#include <dhcpsrv/subnet_id.h
+#include <dhcpsrv/subnet_id.h>
#include <dhcpsrv/triplet.h>
#include <boost/shared_ptr.hpp>