diff --git a/Makefile.am b/Makefile.am index b5cfc9dcb..f42f95b61 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 2b66a2e67..d2faa476d 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);