2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#261,!119] Added missing header files to the installed.

This commit is contained in:
Marcin Siodelski 2018-11-08 15:47:44 +01:00
parent 4a19d9568a
commit 54d6313904
7 changed files with 10 additions and 1 deletions

View File

@ -31,6 +31,7 @@ libkea_cc_include_HEADERS = \
json_feed.h \
simple_parser.h \
stamped_element.h \
stamped_value.h \
user_context.h
EXTRA_DIST = cc.dox

View File

@ -43,6 +43,7 @@ libkea_cryptolink_includedir = $(pkgincludedir)/cryptolink
libkea_cryptolink_include_HEADERS = \
crypto_hash.h \
crypto_hmac.h \
crypto_rng.h \
cryptolink.h
if HAVE_BOTAN1

View File

@ -47,5 +47,6 @@ libkea_database_includedir = $(pkgincludedir)/database
libkea_database_include_HEADERS = \
backend_selector.h \
database_connection.h \
dbaccess_parser.h \
db_exceptions.h \
db_log.h

View File

@ -277,6 +277,7 @@ libkea_dhcpsrv_include_HEADERS = \
cfgmgr.h \
client_class_def.h \
config_backend_dhcp4.h \
config_backend_dhcp4_mgr.h \
config_backend_pool_dhcp4.h \
csv_lease_file4.h \
csv_lease_file6.h \

View File

@ -109,6 +109,7 @@ endif
# Specify the headers for copying into the installation directory tree.
libkea_eval_includedir = $(pkgincludedir)/eval
libkea_eval_include_HEADERS = \
dependency.h \
eval_context.h \
eval_context_decl.h \
eval_log.h \

View File

@ -28,4 +28,6 @@ libkea_mysql_la_LDFLAGS += $(MYSQL_LIBS)
# Specify the headers for copying into the installation directory tree.
libkea_mysql_includedir = $(pkgincludedir)/mysql
libkea_mysql_include_HEADERS = \
mysql_connection.h
mysql_binding.h \
mysql_connection.h \
mysql_constants.h

View File

@ -62,6 +62,8 @@ libkea_process_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)
# Specify the headers for copying into the installation directory tree.
libkea_process_includedir = $(pkgincludedir)/process
libkea_process_include_HEADERS = \
config_ctl_info.h \
config_ctl_parser.h \
d_cfg_mgr.h \
d_controller.h \
d_log.h \