[svn] commit: r3657 - /trunk/src/lib/dns/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 29 13:16:39 UTC 2010
Author: jinmei
Date: Mon Nov 29 13:16:38 2010
New Revision: 3657
Log:
fixed path to new files in EXTRA_DIST.
should be trivial, skipping review.
Modified:
trunk/src/lib/dns/Makefile.am
Modified: trunk/src/lib/dns/Makefile.am
==============================================================================
--- trunk/src/lib/dns/Makefile.am (original)
+++ trunk/src/lib/dns/Makefile.am Mon Nov 29 13:16:38 2010
@@ -13,7 +13,8 @@
# 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
More information about the bind10-changes
mailing list