From 00e98d5de1e3118c41d8854f1705a75d1129bde9 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 12 Jul 2002 21:08:26 +0000
Subject: [PATCH] Add support for squeue

---
 configure.ac    | 1 +
 src/Makefile.am | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a0761dc65bf..ff9e7753fcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,6 +135,7 @@ AC_CONFIG_FILES([Makefile
 		 src/slurmctld/Makefile 
 		 src/scontrol/Makefile
 		 src/scancel/Makefile
+		 src/squeue/Makefile
 		 src/test/Makefile
 		 testsuite/Makefile
 		 testsuite/slurm_unit/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 795690f6ead..e20f78aed24 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 test
+SUBDIRS = popt common api slurmctld slurmd srun scontrol scancel squeue test
 else
-SUBDIRS = common api slurmctld slurmd srun scontrol scancel test
+SUBDIRS = common api slurmctld slurmd srun scontrol scancel squeue test
 endif
-- 
GitLab