Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
54d63139
Commit
54d63139
authored
Nov 08, 2018
by
Marcin Siodelski
Browse files
[
#261
,
!119
] Added missing header files to the installed.
parent
4a19d956
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/Makefile.am
View file @
54d63139
...
...
@@ -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
...
...
src/lib/cryptolink/Makefile.am
View file @
54d63139
...
...
@@ -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
...
...
src/lib/database/Makefile.am
View file @
54d63139
...
...
@@ -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
src/lib/dhcpsrv/Makefile.am
View file @
54d63139
...
...
@@ -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
\
...
...
src/lib/eval/Makefile.am
View file @
54d63139
...
...
@@ -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
\
...
...
src/lib/mysql/Makefile.am
View file @
54d63139
...
...
@@ -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
src/lib/process/Makefile.am
View file @
54d63139
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment