aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-04-17 20:02:53 +1000
committerBen Elliston <bje@gnu.org>2016-04-17 20:02:53 +1000
commit1fd529da0d4122da7dd5d24cb1823da1f9ccec38 (patch)
tree14b0f9ec356e00cd831b090d8ea13fd081a20e80
parent558ccd9acbcb7d7be9b07114474215c841ba4010 (diff)
downloaddejagnu-1fd529da0d4122da7dd5d24cb1823da1f9ccec38.zip
dejagnu-1fd529da0d4122da7dd5d24cb1823da1f9ccec38.tar.gz
dejagnu-1fd529da0d4122da7dd5d24cb1823da1f9ccec38.tar.bz2
* Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
* Makefile.in: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffc0586..6801cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \