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: trac2487_base~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35eb49f72a3dceb354e300469d0c4f342ddb3c8a;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