From 10027044ff34aabb5ca1cf083ef1748e8ee7ab2f Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 19 Sep 2002 00:49:24 +0000
Subject: [PATCH] Add agent.o to build test Makefile.

---
 testsuite/slurm_unit/slurmctld/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/slurm_unit/slurmctld/Makefile.am b/testsuite/slurm_unit/slurmctld/Makefile.am
index bb6ea8b2d27..c8f7df92c76 100644
--- a/testsuite/slurm_unit/slurmctld/Makefile.am
+++ b/testsuite/slurm_unit/slurmctld/Makefile.am
@@ -17,6 +17,7 @@ job_cancel_LDADD = $(top_srcdir)/src/common/libcommon.la \
 		$(top_srcdir)/src/api/libslurm.la
 
 LDADD   = $(top_srcdir)/src/common/libcommon.la \
+		$(top_srcdir)/src/slurmctld/agent.o \
 		$(top_srcdir)/src/slurmctld/job_scheduler.o \
 		$(top_srcdir)/src/slurmctld/node_scheduler.o \
 		$(top_srcdir)/src/slurmctld/partition_mgr.o \
-- 
GitLab