Skip to content
Snippets Groups Projects
Commit 09ceb65c authored by jce's avatar jce
Browse files

changed build_info.c to config_info.c

parent 03274d21
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/src/common ...@@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/src/common
# (--enable-debug) # (--enable-debug)
# #
if DEBUG_MODULES if DEBUG_MODULES
test_modules = allocate build_info cancel job_info node_info partition_info reconfigure submit update_config test_modules = allocate config_info cancel job_info node_info partition_info reconfigure submit update_config
else else
test_modules = test_modules =
endif endif
...@@ -24,7 +24,7 @@ lib_LTLIBRARIES = libslurm.la ...@@ -24,7 +24,7 @@ lib_LTLIBRARIES = libslurm.la
libslurm_la_SOURCES = \ libslurm_la_SOURCES = \
allocate.c \ allocate.c \
build_info.c \ config_info.c \
job_info.c \ job_info.c \
node_info.c \ node_info.c \
partition_info.c \ partition_info.c \
...@@ -62,7 +62,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD) ...@@ -62,7 +62,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD)
# place of the rules that follow. # place of the rules that follow.
#allocate_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS) #allocate_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#build_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS) #config_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#cancel_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS) #cancel_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#job_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS) #job_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#node_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS) #node_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
...@@ -82,7 +82,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD) ...@@ -82,7 +82,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD)
maintests : allocate cancel job_info node_info partition_info reconfigure submit update_config maintests : allocate cancel job_info node_info partition_info reconfigure submit update_config
allocate : allocate_d.o allocate : allocate_d.o
build_info : build_info_d.o config_info : config_info_d.o
cancel : cancel_d.o cancel : cancel_d.o
job_info : job_info_d.o job_info : job_info_d.o
node_info : node_info_d.o node_info : node_info_d.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