diff options
Diffstat (limited to 'test')
-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 99cc80fc..03262534 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 26 13:54:21 2010 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Include profile2.ok in the list. Oops. + Mon Dec 13 13:54:56 2010 Arnold D. Robbins <arnold@skeeve.com> * localenl.sh: Use --posix option. diff --git a/test/Makefile.am b/test/Makefile.am index fad37cbd..0ac57bd7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -515,6 +515,7 @@ EXTRA_DIST = \ prdupval.awk \ prdupval.in \ prdupval.ok \ + profile2.ok \ prec.awk \ prec.ok \ printf0.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index 39f317e6..58d0e6f4 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -700,6 +700,7 @@ EXTRA_DIST = \ prdupval.awk \ prdupval.in \ prdupval.ok \ + profile2.ok \ prec.awk \ prec.ok \ printf0.awk \ |