From: Mark Andrews Date: Fri, 14 Mar 2014 00:42:16 +0000 (+1100) Subject: install context.h dnsconf.h; resconf.h types.h were not being installed when cross... X-Git-Tag: v9.10.0b2^0 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8058292627cf5827941471ebda7ab9765a5a3ded;p=thirdparty%2Fbind9.git install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling --- diff --git a/lib/irs/include/irs/Makefile.in b/lib/irs/include/irs/Makefile.in index eca98eb1367..2a479755167 100644 --- a/lib/irs/include/irs/Makefile.in +++ b/lib/irs/include/irs/Makefile.in @@ -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