summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-21 20:10:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-21 20:10:46 +0200
commitddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4 (patch)
tree594fe8b7b2d3d9ac43010ef4946e1c41c4822155
parent2489318970a3b82d8fe537dab91508d254e54bdc (diff)
downloadgawk-ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4.tar.gz
Add valgrind.awk to EXTRA_DIST in test/Makefile.am.
-rw-r--r--test/ChangeLog4
-rw-r--r--test/Makefile.am1
-rw-r--r--test/Makefile.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 9006d334..3a5a6610 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 a9d247ed..22099496 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1027,6 +1027,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 af45cc39..30ddfbc1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1284,6 +1284,7 @@ EXTRA_DIST = \
uparrfs.awk \
uparrfs.in \
uparrfs.ok \
+ valgrind.awk \
watchpoint1.awk \
watchpoint1.in \
watchpoint1.ok \