From 4bcbf89c16c83a8d6a7ed73740724d14d421b906 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Jan 2000 22:14:42 +0000 Subject: Was not actually installing the test. --- c/src/tests/libtests/termios/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'c/src/tests/libtests/termios/Makefile.am') diff --git a/c/src/tests/libtests/termios/Makefile.am b/c/src/tests/libtests/termios/Makefile.am index f32f87db3c..a6be146a50 100644 --- a/c/src/tests/libtests/termios/Makefile.am +++ b/c/src/tests/libtests/termios/Makefile.am @@ -3,8 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -SAMPLE = termios -PGM = ${ARCH}/$(SAMPLE).exe +TEST = termios MANAGERS = io @@ -16,14 +15,14 @@ H_FILES = noinst_HEADERS =$(H_FILES) DOCTYPES = -DOCS = $(DOCTYPES:%=$(SAMPLE).%) +DOCS = $(DOCTYPES:%=$(TEST).%) -SRCS = $(DOCS) $(C_FILES) $(H_FILES) -OBJS = $(C_O_FILES) +SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) +OBJS = $(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) PRINT_SRCS = $(DOCS) -PGM = ${ARCH}/$(SAMPLE).exe +PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/leaf.cfg -- cgit v1.2.3