diff --git a/ChangeLog b/ChangeLog index 5e13486..dd9b63b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-04-15 Ben Elliston + + * Makefile.am (CONTRIB): Add new contrib scripts. + * Makefile.in: Regenrate. + 2016-04-15 Ben Elliston * lib/ssh.exp (ssh_exec): Handle regexp return status. diff --git a/Makefile.am b/Makefile.am index 2573f30..604d9f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,7 +130,10 @@ djlibexec_SCRIPTS = config.guess # Contributed scripts, etc. -CONTRIB = contrib/compare_tests +CONTRIB = contrib/compare_tests contrib/sum2junit.sh \ + contrib/mysql/create-db.sql contrib/mysql/importxml.sh \ + contrib/mysql/make-datafile.sh contrib/mysql/plot.sh \ + contrib/mysql/README contrib/mysql/sum2xml.sh # Testsuite. diff --git a/Makefile.in b/Makefile.in index 5ffa261..5480174 100644 --- a/Makefile.in +++ b/Makefile.in @@ -465,7 +465,11 @@ djlibexecdir = $(pkgdatadir)/libexec djlibexec_SCRIPTS = config.guess # Contributed scripts, etc. -CONTRIB = contrib/compare_tests +CONTRIB = contrib/compare_tests contrib/sum2junit.sh \ + contrib/mysql/create-db.sql contrib/mysql/importxml.sh \ + contrib/mysql/make-datafile.sh contrib/mysql/plot.sh \ + contrib/mysql/README contrib/mysql/sum2xml.sh + # Testsuite. TESTSUITE_FILES = \