summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp02/node1/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp02/node1/Makefile.am')
-rw-r--r--testsuites/mptests/mp02/node1/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am
index 5c703e1e6b..f3ae2b4171 100644
--- a/testsuites/mptests/mp02/node1/Makefile.am
+++ b/testsuites/mptests/mp02/node1/Makefile.am
@@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS =
+LINK_OBJS = $(mp02_node1_OBJECTS)
LINK_LIBS = $(mp02_node1_LDLIBS)
mp02-node1$(EXEEXT): $(mp02_node1_OBJECTS) $(mp02_node1_DEPENDENCIES)