BIND 10 trac1515, updated. 0d120aa641cdb7fe66b04cb80974e3994d8c0251 [1515] Fix Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 4 19:20:00 UTC 2012


The branch, trac1515 has been updated
       via  0d120aa641cdb7fe66b04cb80974e3994d8c0251 (commit)
      from  7b92b4d81235e99cbb210e427a8a56d44a1e9998 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d120aa641cdb7fe66b04cb80974e3994d8c0251
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jan 4 20:19:18 2012 +0100

    [1515] Fix Makefile.am
    
    It was missing an EXTRA_DIST entry to supply the test spec data

-----------------------------------------------------------------------

Summary of changes:
 src/lib/config/tests/testdata/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/config/tests/testdata/Makefile.am b/src/lib/config/tests/testdata/Makefile.am
index 0d8b92e..1bf9496 100644
--- a/src/lib/config/tests/testdata/Makefile.am
+++ b/src/lib/config/tests/testdata/Makefile.am
@@ -65,3 +65,4 @@ EXTRA_DIST += spec35.spec
 EXTRA_DIST += spec36.spec
 EXTRA_DIST += spec37.spec
 EXTRA_DIST += spec38.spec
+EXTRA_DIST += spec39.spec




More information about the bind10-changes mailing list