From 44d585c36a2845c58f7e778947aecddaa70960cc Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Mon, 2 Jun 2003 06:15:41 +0000 Subject: [PATCH] make console optional, other fixes --- Makefile.am | 4 ++-- main/console.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index b5cfc9dc..f42f95b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main libmve utilities @D2X_SUBDIRS@ +DIST_SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main libmve utilities -DIST_SUBDIRS = console +SUBDIRS = ${DIST_SUBDIRS} @D2X_SUBDIRS@ EXTRA_SUBDIRS = include unused debian rpm diff --git a/main/console.c b/main/console.c index 2b66a2e6..d2faa476 100644 --- a/main/console.c +++ b/main/console.c @@ -1,4 +1,4 @@ -/* $Id: console.c,v 1.11 2003-06-02 05:56:37 btb Exp $ */ +/* $Id: console.c,v 1.12 2003-06-02 06:15:41 btb Exp $ */ /* * * FIXME: put description here @@ -226,7 +226,7 @@ void con_show(void) #endif } -#if 0 +#ifdef CONSOLE void con_parse(ConsoleInformation *console, char *command) { cmd_parse(command); -- 2.39.2