]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] install include files
authorEvan Hunt <each@isc.org>
Tue, 12 Sep 2017 17:38:22 +0000 (10:38 -0700)
committerEvan Hunt <each@isc.org>
Tue, 12 Sep 2017 17:38:22 +0000 (10:38 -0700)
lib/isc/include/isc/Makefile.in
lib/ns/include/Makefile.in

index a6f0f2d2794b78c7e8a0aa67d91ed52dc128c4c1..1145e38609ab6944d58055cf3d1131b82683f9dd 100644 (file)
@@ -17,8 +17,9 @@ VERSION=@BIND9_VERSION@
 #
 HEADERS =      aes.h app.h assertions.h backtrace.h base32.h base64.h \
                bind9.h boolean.h buffer.h bufferlist.h \
-               commandline.h counter.h crc64.h entropy.h errno.h error.h \
-               event.h eventclass.h file.h formatcheck.h fsaccess.h \
+               commandline.h counter.h crc64.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 \
                interfaceiter.h @ISC_IPV6_H@ iterated_hash.h \
                json.h lang.h lex.h lfsr.h lib.h list.h log.h \
index 27d3b2f71953e65dd4e8b18f6ab2936d6304a568..f3fea48f48dac75d0327c60e1107754b35fc6bc3 100644 (file)
@@ -8,7 +8,7 @@ srcdir =        @srcdir@
 VPATH =                @srcdir@
 top_srcdir =   @top_srcdir@
 
-SUBDIRS =      nserv
+SUBDIRS =      ns
 TARGETS =
 
 @BIND9_MAKE_RULES@