mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 13:19:59 -04:00
install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling
(cherry picked from commit 8058292627)
This commit is contained in:
parent
99b57575f5
commit
5ca8e16412
1 changed files with 1 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
|
|||
# machine generated. The latter are handled specially in the
|
||||
# install target below.
|
||||
#
|
||||
HEADERS = version.h
|
||||
HEADERS = context.h dnsconf.h resconf.h types.h version.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
@ -39,8 +39,6 @@ install:: installdirs
|
|||
done
|
||||
${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} resconf.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} types.h ${DESTDIR}${includedir}/irs
|
||||
|
||||
distclean::
|
||||
rm -f netdb.h platform.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue