From c0ce3f4808c8b6885007fef332f514b5478e6522 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 26 Sep 2016 05:44:10 -0700 Subject: [PATCH] [temp] Disable some stuff. --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index f5f35e618..ed9367148 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,12 +6,12 @@ SUBDIRS += include/ircd SUBDIRS += rb SUBDIRS += ircd SUBDIRS += charybdis -SUBDIRS += authd -SUBDIRS += bandb -SUBDIRS += ssld -SUBDIRS += wsockd +#SUBDIRS += authd +#SUBDIRS += bandb +#SUBDIRS += ssld +#SUBDIRS += wsockd SUBDIRS += modules -SUBDIRS += extensions +#SUBDIRS += extensions SUBDIRS += tools SUBDIRS += help SUBDIRS += doc