diff --git a/tests/ChangeLog b/tests/ChangeLog index eca60c3..a080a73 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-07-02 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in + testfilenolines.bz2. + 2013-05-30 Jan Kratochvil <[email protected]> * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2, diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d819c5..4fe0022 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -199,7 +199,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile70.core.bz2 testfile70.exec.bz2 \ run-dwfllines.sh run-dwfl-report-elf-align.sh \ testfile-dwfl-report-elf-align-shlib.so.bz2 \ - testfilenolines test-core-lib.so.bz2 test-core.core.bz2 \ + testfilenolines.bz2 test-core-lib.so.bz2 test-core.core.bz2 \ test-core.exec.bz2 if USE_VALGRIND -- 1.7.1
_______________________________________________ elfutils-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel
