summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp21/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:23:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:23:10 +0000
commitde759c54f54434b0268fa94da5fee022eb32db09 (patch)
tree542876cadabe05812fd26c53dde95986589dfb2d /c/src/tests/sptests/sp21/Makefile.am
parentPatch rtems-rc-19991117-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-de759c54f54434b0268fa94da5fee022eb32db09.tar.bz2
Patch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to fix some minor bugs in the conversion to automake.
Diffstat (limited to '')
-rw-r--r--c/src/tests/sptests/sp21/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/tests/sptests/sp21/Makefile.am b/c/src/tests/sptests/sp21/Makefile.am
index e5bb08c143..649c29c785 100644
--- a/c/src/tests/sptests/sp21/Makefile.am
+++ b/c/src/tests/sptests/sp21/Makefile.am
@@ -3,7 +3,6 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
TEST = sp21
@@ -30,6 +29,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/sptests.am
+LD_LIBS += $(PROJECT_RELEASE)/lib/libtest$(LIBSUFFIX_VA)
+
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)