Skip to content
Snippets Groups Projects
Commit d4f9f9be authored by Moe Jette's avatar Moe Jette
Browse files

Correct misleading comment.

parent ddd88422
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
pkglib_LTLIBRARIES = select_cons_res.la
# Linear node selection plugin.
# Consumable resources node selection plugin.
select_cons_res_la_SOURCES = select_cons_res.c
select_cons_res_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
......
......@@ -276,7 +276,7 @@ PLUGIN_FLAGS = -module -avoid-version --export-dynamic
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
pkglib_LTLIBRARIES = select_cons_res.la
# Linear node selection plugin.
# Consumable resources node selection plugin.
select_cons_res_la_SOURCES = select_cons_res.c
select_cons_res_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
@HAVE_AIX_TRUE@select_cons_res_la_LIBADD = $(top_builddir)/src/common/libcommon.la
......
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