mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 21:18:02 +00:00
[#261,!119] Added missing header files to the installed.
This commit is contained in:
parent
4a19d9568a
commit
54d6313904
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user