Skip to content
Snippets Groups Projects
Commit 44aa1552 authored by jce's avatar jce
Browse files

added sinfo

parent f327fbf4
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,7 @@ AC_CONFIG_FILES([Makefile
src/scontrol/Makefile
src/scancel/Makefile
src/squeue/Makefile
src/sinfo/Makefile
src/test/Makefile
testsuite/Makefile
testsuite/slurm_unit/Makefile
......
......@@ -3,7 +3,7 @@ EXTRA_DIST = popt
# add subdir "squeue" as soon as something is there:
if USE_INCLUDED_POPT
SUBDIRS = popt common api slurmctld slurmd srun scontrol scancel squeue test
SUBDIRS = popt common api slurmctld slurmd srun scontrol scancel squeue sinfo test
else
SUBDIRS = common api slurmctld slurmd srun scontrol scancel squeue test
SUBDIRS = common api slurmctld slurmd srun scontrol scancel squeue sinfo test
endif
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