diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
3 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2016-04-17 Ben Elliston <bje@gnu.org> + * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp. + * Makefile.in: Regenerate. + +2016-04-17 Ben Elliston <bje@gnu.org> + Reported by shellcheck. * runtest: Use $((..)) not `expr ..`. diff --git a/Makefile.am b/Makefile.am index 604d9f1..16bcf74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ pkgdata_DATA = \ lib/debugger.exp \ lib/dejagnu.exp \ lib/dg.exp \ + lib/dmucs.exp \ lib/framework.exp \ lib/ftp.exp \ lib/kermit.exp \ @@ -48,6 +49,7 @@ pkgdata_DATA = \ lib/remote.exp \ lib/rlogin.exp \ lib/rsh.exp \ + lib/ssh.exp \ lib/standard.exp \ lib/target.exp \ lib/targetdb.exp \ diff --git a/Makefile.in b/Makefile.in index 5480174..d1638f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -377,6 +377,7 @@ pkgdata_DATA = \ lib/debugger.exp \ lib/dejagnu.exp \ lib/dg.exp \ + lib/dmucs.exp \ lib/framework.exp \ lib/ftp.exp \ lib/kermit.exp \ @@ -384,6 +385,7 @@ pkgdata_DATA = \ lib/remote.exp \ lib/rlogin.exp \ lib/rsh.exp \ + lib/ssh.exp \ lib/standard.exp \ lib/target.exp \ lib/targetdb.exp \ |