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

Add support for squeue

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