From 1fd529da0d4122da7dd5d24cb1823da1f9ccec38 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 17 Apr 2016 20:02:53 +1000 Subject: * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp. * Makefile.in: Regenerate. --- ChangeLog | 5 +++++ Makefile.am | 2 ++ Makefile.in | 2 ++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ffc0586..6801cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-04-17 Ben Elliston + * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp. + * Makefile.in: Regenerate. + +2016-04-17 Ben Elliston + 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 \ -- cgit v1.1