From 99e2211cda6677341be787d71b9a9fc637a264bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Thu, 18 Feb 2010 21:22:10 +0100 Subject: [PATCH] c4group doesn't need -DUSE_CONSOLE anymore if it ever did --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a1cbac897..cdb3f5100 100644 --- a/Makefile.am +++ b/Makefile.am @@ -536,8 +536,7 @@ c4group_CPPFLAGS = \ -I$(srcdir)/src/game \ -I$(srcdir)/src/game/object \ -I$(srcdir)/src/lib/texture \ - -I$(srcdir)/src/script \ - -DUSE_CONSOLE + -I$(srcdir)/src/script c4group_SOURCES = \ src/c4group/c4group_ng.cpp \