]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#261,!119] Added missing header files to the installed.
authorMarcin Siodelski <marcin@isc.org>
Thu, 8 Nov 2018 14:47:44 +0000 (15:47 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 8 Nov 2018 14:47:44 +0000 (15:47 +0100)
src/lib/cc/Makefile.am
src/lib/cryptolink/Makefile.am
src/lib/database/Makefile.am
src/lib/dhcpsrv/Makefile.am
src/lib/eval/Makefile.am
src/lib/mysql/Makefile.am
src/lib/process/Makefile.am

index 992e987bffa10699bd5bcec07cb5f7c778bbb0e8..48a74a41cc46678b3d115a1364235f412972301e 100644 (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
index f52c66eb1b99f9b27164ae433316598badd2b52e..23697e7de86006cafa1484c7bc6975aa391ce3a5 100644 (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
index ad8d1c6db8a81a91a665f2038da66561f87eaa19..d8ebbd22dd9b92e71acb28260e57d4d39b5dbe41 100644 (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
index 6584a78dbf5cc141e58a063025e184ff9b0b0d47..76c86fe30cbcf337d27e41b39927c051560f5e0d 100644 (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 \
index 9b3a435c8a07d54606b2f4d8ff26f06de37663ae..cbc8973df2f54ed62bacb1af6a6468f29f69b0e5 100644 (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 \
index ce76c0cb3054beb2d4079eda1c8ec2958494263f..110b09ca68eeb6775da90bff1846ecdf7a87adcc 100644 (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
index 9460c7c5359c35310b967fc6408cc235d89e32e0..c8dc066cfbc1c0c0f223765843205909934660a6 100644 (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 \