Skip to content
Snippets Groups Projects
Commit de9cf8b7 authored by Mark Grondona's avatar Mark Grondona
Browse files

added $(LIBS) to end of link line for debug modules (: %_d.o)

parent d3aaa2af
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ noinst_PROGRAMS = $(test_modules)
LDADD = $(top_srcdir)/src/common/libcommon.a
slurmctld_SOURCES = Controller.c \
Mach_Stat_Mgr.c \
Node_Mgr.c \
Partition_Mgr.c \
Read_Config.c
......@@ -48,7 +48,7 @@ Node_Mgr : Node_Mgr_d.o
Partition_Mgr : Partition_Mgr_d.o
% : %_d.o
$(LINK) $(LDFLAGS) $^ $(LDADD)
$(LINK) $(LDFLAGS) $^ $(LDADD) $(LIBS)
%_d.o : %.c
$(COMPILE) -DDEBUG_MODULE -c -o $@ $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment