Browse Source

fixed path to new files in EXTRA_DIST.
should be trivial, skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3657 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
56623f9a4c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/Makefile.am

+ 2 - 1
src/lib/dns/Makefile.am

@@ -13,7 +13,8 @@ EXTRA_DIST += rrtype-placeholder.h
 
 # TODO: double-check that this is the only way
 # NOTE: when an rdata file is added, please also add to this list:
-EXTRA_DIST += rdata/any/tsig_250.cc
+EXTRA_DIST += rdata/any_255/tsig_250.cc
+EXTRA_DIST += rdata/any_255/tsig_250.h
 EXTRA_DIST += rdata/in_1/aaaa_28.cc
 EXTRA_DIST += rdata/in_1/aaaa_28.h
 EXTRA_DIST += rdata/in_1/a_1.cc