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:
Mark Andrews 2014-03-14 11:42:16 +11:00
parent 99b57575f5
commit 5ca8e16412

View file

@ -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