diff options
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 05327e70..586063e1 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2016-11-21 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add valgrind.awk to the list. + 2016-11-07 Arnold D. Robbins <arnold@skeeve.com> * valgrind.awk: New file. Based on original valgrind-scan code. diff --git a/test/Makefile.am b/test/Makefile.am index e6af8f52..c48e8402 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1120,6 +1120,7 @@ EXTRA_DIST = \ uparrfs.awk \ uparrfs.in \ uparrfs.ok \ + valgrind.awk \ watchpoint1.awk \ watchpoint1.in \ watchpoint1.ok \ diff --git a/test/Makefile.in b/test/Makefile.in index bc8d583a..415b36eb 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1377,6 +1377,7 @@ EXTRA_DIST = \ uparrfs.awk \ uparrfs.in \ uparrfs.ok \ + valgrind.awk \ watchpoint1.awk \ watchpoint1.in \ watchpoint1.ok \ |