mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Include lib/isc/tls_p.h in release tarballs
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.
This commit is contained in:
parent
5d473f92ed
commit
f53e7ed12c
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user