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