summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp06/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp06/Makefile.am')
-rw-r--r--c/src/ada-tests/sptests/sp06/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/ada-tests/sptests/sp06/Makefile.am b/c/src/ada-tests/sptests/sp06/Makefile.am
index 67c7077e91..0d9ede8af9 100644
--- a/c/src/ada-tests/sptests/sp06/Makefile.am
+++ b/c/src/ada-tests/sptests/sp06/Makefile.am
@@ -12,6 +12,7 @@ sp06_SOURCES += ../../support/init.c
sp06$(EXEEXT): sp06.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
-EXTRA_DIST = sp06.scn
+scndir = $(rtems_ada_testsdir)
+dist_scn_DATA = sp06.scn
include $(top_srcdir)/../../../testsuites/automake/local.am