]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Include lib/isc/tls_p.h in release tarballs
authorOndřej Surý <ondrej@sury.org>
Fri, 19 Feb 2021 11:53:36 +0000 (12:53 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 19 Feb 2021 12:25:18 +0000 (13:25 +0100)
The addition of lib/isc/tls_p.h to the source tree was not accounted for
in the relevant variable in lib/isc/Makefile.am and thus the former file
is not being included in release tarballs prepared using "make dist".
Fix by tweaking the libisc_la_SOURCES list in lib/isc/Makefile.am
accordingly.

lib/isc/Makefile.am

index 58438d5c5e98d837ade3c2a6cc3d35f52a3f3d05..3d2e891db2cd084ffbfba3f5fb5db2220ff314bc 100644 (file)
@@ -221,7 +221,8 @@ libisc_la_SOURCES =         \
        entropy_private.h       \
        fsaccess_common_p.h     \
        mem_p.h                 \
-       task_p.h
+       task_p.h                \
+       tls_p.h
 
 libisc_la_CPPFLAGS =           \
        $(AM_CPPFLAGS)          \