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