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