summaryrefslogtreecommitdiff
path: root/tests/stty/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stty/Makefile.in')
-rw-r--r--tests/stty/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index 40a6fd024..7542a0da7 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -61,6 +61,7 @@ host_alias = @host_alias@
host_triplet = @host@
AMTAR = @AMTAR@
AMTARFLAGS = @AMTARFLAGS@
+AWK = @AWK@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -102,13 +103,14 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
YACC = @YACC@
+install_sh = @install_sh@
l = @l@
AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
-EXTRA_DIST = $(TESTS)
+EXTRA_DIST = $(TESTS) input-tty
TESTS_ENVIRONMENT = PATH=../../src:$$PATH
subdir = tests/stty
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs