diff --git a/src/slurmd/Makefile.am b/src/slurmd/Makefile.am index 5fc1b6671c41711575309174ae571b36f3a1b9c1..9e1fe9dee3bda974034f979ae85f5a5823dde637 100644 --- a/src/slurmd/Makefile.am +++ b/src/slurmd/Makefile.am @@ -25,7 +25,8 @@ noinst_PROGRAMS = $(test_modules) LDADD = $(top_srcdir)/src/common/libcommon.la slurmd_SOURCES = get_mach_stat.c \ - read_proc.c + read_proc.c \ + controller.c # target specific CFLAGS do not work until automake 1.5, use explicit rules # for now. If we ever move to 1.5, the CFLAGS defs below should work in diff --git a/src/slurmd/read_proc.c b/src/slurmd/read_proc.c index 95ad9cd6e8be2e09095821bdd7b566697a3cd71a..485541c05e933c6e982f236116247121d7bbbe02 100644 --- a/src/slurmd/read_proc.c +++ b/src/slurmd/read_proc.c @@ -38,7 +38,7 @@ struct sess_record { struct sess_record *session_ptr; #define BUF_SIZE 1024 -#define DEBUG_MODULE 1 +#define DEBUG_MODULE 0 #define DEBUG_SYSTEM 1 int dump_proc(int uid, int sid);