]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed a non-existent .h. gmake (which is assumed to be used to build
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Fri, 18 Sep 2009 07:18:04 +0000 (07:18 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Fri, 18 Sep 2009 07:18:04 +0000 (07:18 +0000)
the exportlib) ignores it so it doesn't cause a trouble in practice, but
should still better be fixed.

(found by Shawn, I confirmed it.)

lib/export/dns/include/dns/Makefile.in

index 5e04d88538432183f56212b85f921ed0000d02e6..2d7f2c78b347b96054e69e4def36d16802267b3f 100644 (file)
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
+# $Id: Makefile.in,v 1.4 2009/09/18 07:18:04 jinmei Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
@@ -29,7 +29,7 @@ HEADERS =     acl.h adb.h byaddr.h \
                master.h masterdump.h message.h \
                name.h ncache.h nsec.h nsec3.h \
                peer.h portlist.h \
-               rbt.h rbtdb.h rcode.h rdata.h rdataclass.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 \
                secalg.h secproto.h soa.h stats.h \