From: Ondřej Surý Date: Tue, 14 Aug 2018 06:52:25 +0000 (+0200) Subject: Don't install removed int.h and boolean.h headers X-Git-Tag: v9.12.3rc1~40^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e897ec66e6814642a67d9fc45425b82ab9de3d18;p=thirdparty%2Fbind9.git Don't install removed int.h and boolean.h headers --- diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 20c54968abe..a43ee5f4699 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -19,12 +19,12 @@ VERSION=@BIND9_VERSION@ # install target below. # HEADERS = aes.h app.h assertions.h backtrace.h base32.h base64.h \ - bind9.h boolean.h buffer.h bufferlist.h \ + bind9.h buffer.h bufferlist.h \ commandline.h counter.h crc64.h deprecated.h \ entropy.h errno.h error.h event.h eventclass.h \ file.h formatcheck.h fsaccess.h fuzz.h \ hash.h heap.h hex.h hmacmd5.h hmacsha.h ht.h httpd.h \ - int.h interfaceiter.h @ISC_IPV6_H@ iterated_hash.h \ + interfaceiter.h @ISC_IPV6_H@ iterated_hash.h \ json.h lang.h lex.h lfsr.h lib.h likely.h list.h log.h \ magic.h md5.h mem.h meminfo.h msgcat.h msgs.h mutexblock.h \ netaddr.h netscope.h ondestroy.h os.h parseint.h \