From 371fe95f67b9dfd919048c6d8ef68b19651cbcc4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 11 Jul 2006 04:41:36 +0000 Subject: Eliminate scndir, docdir. Use rtems_testsdir instead. --- testsuites/itrontests/itrontask03/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testsuites/itrontests/itrontask03/Makefile.am') diff --git a/testsuites/itrontests/itrontask03/Makefile.am b/testsuites/itrontests/itrontask03/Makefile.am index e1c63c7b90..9d8d5f79d6 100644 --- a/testsuites/itrontests/itrontask03/Makefile.am +++ b/testsuites/itrontests/itrontask03/Makefile.am @@ -7,10 +7,8 @@ MANAGERS = all rtems_tests_PROGRAMS = itrontask03.exe itrontask03_exe_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h -scndir = $(rtems_testsdir) -dist_scn_DATA = itrontask03.scn -docdir = $(rtems_testsdir) -dist_doc_DATA = itrontask03.doc +dist_rtems_tests_DATA = itrontask03.scn +dist_rtems_tests_DATA += itrontask03.doc include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am -- cgit v1.2.3