diff options
author | LaMont Jones <lamont@debian.org> | 2013-11-06 13:26:32 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2013-11-06 13:26:32 -0700 |
commit | 85030a9d1e0f88605d1cb9bc1a8d112a04156f36 (patch) | |
tree | 4d8993131e24a7e2054938ae2c6aefb6a86cf70d | |
parent | c783774c1c3f8b3683b9e3be409f2aa35bc77f20 (diff) | |
download | bind9-85030a9d1e0f88605d1cb9bc1a8d112a04156f36.tar.gz |
Deliver dns/rrl.h
Addresses-Debian-Bug: #724844
-rw-r--r-- | lib/dns/include/dns/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/include/dns/Makefile.in b/lib/dns/include/dns/Makefile.in index 1a69f2c8..f2ca095e 100644 --- a/lib/dns/include/dns/Makefile.in +++ b/lib/dns/include/dns/Makefile.in @@ -29,7 +29,7 @@ HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \ peer.h portlist.h private.h rbt.h rcode.h \ rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \ rdataslab.h rdatatype.h request.h resolver.h result.h \ - rootns.h rpz.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \ + rootns.h rpz.h rrl.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \ tcpmsg.h time.h tkey.h tsig.h ttl.h types.h \ validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h |