From 1a7fb9fb500ba06c38c754f1e1b4e3b709d544e1 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 1 Jun 2016 16:12:11 -0700 Subject: [PATCH] [master] ipkeylist.h was in the wrong makefile --- lib/dns/include/dns/Makefile.in | 3 ++- lib/isc/include/isc/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/Makefile.in b/lib/dns/include/dns/Makefile.in index 1548112797..a69f7685ed 100644 --- a/lib/dns/include/dns/Makefile.in +++ b/lib/dns/include/dns/Makefile.in @@ -25,7 +25,8 @@ HEADERS = acache.h acl.h adb.h badcache.h bit.h byaddr.h \ db.h dbiterator.h dbtable.h diff.h dispatch.h \ dlz.h dlz_dlopen.h dns64.h dnssec.h ds.h dsdigest.h \ dnstap.h dnstap.pb-c.h dyndb.h \ - edns.h ecdb.h events.h fixedname.h forward.h geoip.h iptable.h \ + edns.h ecdb.h events.h fixedname.h forward.h geoip.h \ + ipkeylist.h iptable.h \ journal.h keydata.h keyflags.h keytable.h keyvalues.h \ lib.h lookup.h log.h master.h masterdump.h message.h \ name.h ncache.h nsec.h nsec3.h nta.h opcode.h order.h \ diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index e45953dd27..6b63feba4b 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -29,7 +29,7 @@ HEADERS = aes.h app.h assertions.h backtrace.h base32.h base64.h \ commandline.h counter.h crc64.h entropy.h error.h event.h \ eventclass.h file.h formatcheck.h fsaccess.h \ hash.h heap.h hex.h hmacmd5.h hmacsha.h ht.h httpd.h \ - interfaceiter.h ipkeylist.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 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 \