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