diff --git a/testsuite/slurm_unit/slurmd/Makefile.am b/testsuite/slurm_unit/slurmd/Makefile.am index fc381c554b845f9e26936c8c2d28d6e017e9108b..11e23f1aa116ad0ea7d1a5390008f9cfeb0a4144 100644 --- a/testsuite/slurm_unit/slurmd/Makefile.am +++ b/testsuite/slurm_unit/slurmd/Makefile.am @@ -4,4 +4,5 @@ noinst_PROGRAMS = task_mgr-test INCLUDES = -I$(top_srcdir)/src/common LDADD = $(top_srcdir)/src/common/libcommon.la \ - $(top_srcdir)/src/slurmd/task_mgr.o + $(top_srcdir)/src/slurmd/task_mgr.o \ + $(top_srcdir)/src/slurmd/shmem_struct.o