summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp09/node2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp09/node2/Makefile.am')
-rw-r--r--testsuites/mptests/mp09/node2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am
index 543f3e7bc9..7c7eeb6b74 100644
--- a/testsuites/mptests/mp09/node2/Makefile.am
+++ b/testsuites/mptests/mp09/node2/Makefile.am
@@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS =
+LINK_OBJS = $(mp09_node2_OBJECTS)
LINK_LIBS = $(mp09_node2_LDLIBS)
mp09-node2$(EXEEXT): $(mp09_node2_OBJECTS) $(mp09_node2_DEPENDENCIES)