]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3267] add missing include_HEADERS
authorPiotrek Zadroga <piotrek@isc.org>
Tue, 5 Mar 2024 10:58:14 +0000 (11:58 +0100)
committerPiotrek Zadroga <piotrek@isc.org>
Thu, 21 Mar 2024 14:34:10 +0000 (14:34 +0000)
- missing headers in libkea-d2srv

src/lib/d2srv/Makefile.am

index 0a28396a4ef32f80e24242ffd35c4e4e2e17760c..8e146830ffbbf1a0d7b2bd6dcec362cd44190a52 100644 (file)
@@ -88,4 +88,10 @@ libkea_d2srv_include_HEADERS = \
        d2_config.h \
        d2_log.h \
        d2_messages.h \
-       d2_simple_parser.h
+       d2_stats.h \
+    d2_tsig_key.h \
+    d2_update_message.h \
+    d2_zone.h \
+       d2_simple_parser.h \
+       dns_client.h \
+    nc_trans.h