summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/hello/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
index 200c3e08a8..883d6856ee 100644
--- a/testsuites/samples/hello/Makefile.am
+++ b/testsuites/samples/hello/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = io
rtems_tests_PROGRAMS = hello.exe
hello_exe_SOURCES = init.c system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = hello.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = hello.doc
+dist_rtems_tests_DATA = hello.scn
+dist_rtems_tests_DATA += hello.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am