summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:39:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:39:29 +0000
commitc94eb25b5c7e27385abd7ef8c068633342ae70bb (patch)
tree37213ea9899f96c013d5a2387ebd9ab880a228d6 /c/src/tests/psxtests/configure.in
parentPatch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c94eb25b5c7e27385abd7ef8c068633342ae70bb.tar.bz2
Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the psxtests directory from Makefile.in to Makefile.am.
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/configure.in b/c/src/tests/psxtests/configure.in
index 83a41fa3c3..6363c082a9 100644
--- a/c/src/tests/psxtests/configure.in
+++ b/c/src/tests/psxtests/configure.in
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(../../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-c-src-tests-sptests,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE(rtems-c-src-tests-psxtests,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
RTEMS_ENABLE_INLINES
@@ -40,6 +40,7 @@ AC_SUBST(CC_LDFLAGS_PROFILE_V)
# Try to explicitly list a Makefile here
AC_OUTPUT(
Makefile
+filesupp/Makefile
psx01/Makefile
psx02/Makefile
psx03/Makefile
@@ -55,6 +56,7 @@ psx12/Makefile
psx13/Makefile
psxcancel/Makefile
psxfile01/Makefile
+psxfile02/Makefile
psxhdrs/Makefile
psxmount/Makefile
psxmsgq01/Makefile