From 731dfb8f3ca9c34e4160021cb221c3056c00dbf9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Nov 2008 14:33:14 +0000 Subject: finalized renaming from server namespace to dedicated --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 664b1fb..5e76396 100644 --- a/configure.in +++ b/configure.in @@ -156,7 +156,7 @@ AC_SUBST(CURSES_CFLAGS) AC_SUBST(CURSES_LIBS) dnl ---------------------------------------------------------------- -dnl build client and erer or dedicated server only +dnl build client and server or dedicated server only dnl BUILD_CLIENT=no @@ -290,7 +290,7 @@ AM_CONDITIONAL(BUILD_DEDICATED, test "x$BUILD_CLIENT" = xno) AC_OUTPUT(Makefile src/Makefile src/audio/Makefile src/auxiliary/Makefile \ src/client/Makefile src/core/Makefile src/filesystem/Makefile src/game/Makefile \ src/game/base/Makefile src/game/example/Makefile src/game/intro/Makefile src/math/Makefile \ - src/model/Makefile src/render/Makefile src/server/Makefile src/sys/Makefile src/ui/Makefile) + src/model/Makefile src/render/Makefile src/dedicated/Makefile src/sys/Makefile src/ui/Makefile) dnl --------------------------------------------------------------- dnl Configuration summary -- cgit v1.2.3