From: Yoshitaka Aharen Date: Wed, 10 Oct 2012 07:31:15 +0000 (+0900) Subject: [2155] added notes for including header files with EXTRA_DIST X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9b6e36c4e5201c5ffb5f405ee7c4e18ee787d1d;p=thirdparty%2Fkea.git [2155] added notes for including header files with EXTRA_DIST --- diff --git a/src/lib/statistics/Makefile.am b/src/lib/statistics/Makefile.am index 478f1c1553..a395bf5a73 100644 --- a/src/lib/statistics/Makefile.am +++ b/src/lib/statistics/Makefile.am @@ -19,5 +19,7 @@ endif CLEANFILES = *.gcno *.gcda -# These header files should be in the distribution. +# These are header-only shared classes and required to build BIND 10. +# Include them in the distributed tarball with EXTRA_DIST (like as +# external sources in ext/). EXTRA_DIST = counter.h counter_dict.h