From 5ca8e16412068d652d8bd1d4023cd7d9df1afaf7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 14 Mar 2014 11:42:16 +1100 Subject: [PATCH] install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling (cherry picked from commit 8058292627cf5827941471ebda7ab9765a5a3ded) --- lib/irs/include/irs/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/irs/include/irs/Makefile.in b/lib/irs/include/irs/Makefile.in index eca98eb136..2a47975516 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