summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-20 08:51:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-20 08:51:05 +0000
commitc2cdd9d4d9cdd4ac058a234faae01f9b82cc4a2e (patch)
tree885ba7af0b95348dc21fe826f1342c5924209300 /c/src/ada-tests/samples/hello/Makefile.am
parent2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c2cdd9d4d9cdd4ac058a234faae01f9b82cc4a2e.tar.bz2
Add scndir. Install *.scn to scndir.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/samples/hello/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/ada-tests/samples/hello/Makefile.am b/c/src/ada-tests/samples/hello/Makefile.am
index 8ffd8e46be..44bff6d932 100644
--- a/c/src/ada-tests/samples/hello/Makefile.am
+++ b/c/src/ada-tests/samples/hello/Makefile.am
@@ -15,6 +15,7 @@ noinst_PROGRAMS = hello
hello_SOURCES = hello.adb config.h sptest.adb sptest.ads
-EXTRA_DIST = hello.scn
+scndir = $(rtems_ada_testsdir)
+dist_scn_DATA = hello.scn
include $(top_srcdir)/../../../testsuites/automake/local.am