From f76107ee74b24505c54b0e8ac2d321988083b586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sun, 4 Dec 2011 11:05:43 +0000 Subject: [PATCH] [programming challenge] Removing ERM. --- Makefile.am | 2 +- configure with client.ac | 2 +- configure without client.ac | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 39a8eb9fb..2aff50512 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I aclocal/m4 EXTRA_DIST = aclocal/m4 README.linux Data/s/*.verm -SUBDIRS = lib client server AI Scripting/ERM Odpalarka VCMI_BattleAiHost +SUBDIRS = lib client server AI Odpalarka VCMI_BattleAiHost diff --git a/configure with client.ac b/configure with client.ac index 7bec11e6b..067d7b96a 100644 --- a/configure with client.ac +++ b/configure with client.ac @@ -122,4 +122,4 @@ AC_SUBST(VCMI_AI_LIBS_DIR) VCMI_SCRIPTING_LIBS_DIR="$libdir/vcmi/Scripting" AC_SUBST(VCMI_SCRIPTING_LIBS_DIR) -AC_OUTPUT(Makefile lib/Makefile client/Makefile server/Makefile AI/Makefile AI/StupidAI/Makefile AI/GeniusAI/Makefile AI/EmptyAI/Makefile Scripting/ERM/Makefile Odpalarka/Makefile VCMI_BattleAiHost/Makefile) +AC_OUTPUT(Makefile lib/Makefile client/Makefile server/Makefile AI/Makefile AI/StupidAI/Makefile AI/GeniusAI/Makefile AI/EmptyAI/Makefile Odpalarka/Makefile VCMI_BattleAiHost/Makefile) diff --git a/configure without client.ac b/configure without client.ac index 831cebdcc..99cfb3ff4 100644 --- a/configure without client.ac +++ b/configure without client.ac @@ -102,4 +102,4 @@ AC_SUBST(VCMI_AI_LIBS_DIR) VCMI_SCRIPTING_LIBS_DIR="$libdir/vcmi/Scripting" AC_SUBST(VCMI_SCRIPTING_LIBS_DIR) -AC_OUTPUT(Makefile lib/Makefile server/Makefile AI/Makefile AI/StupidAI/Makefile Scripting/ERM/Makefile Odpalarka/Makefile VCMI_BattleAiHost/Makefile) +AC_OUTPUT(Makefile lib/Makefile server/Makefile AI/Makefile AI/StupidAI/Makefile Odpalarka/Makefile VCMI_BattleAiHost/Makefile) diff --git a/configure.ac b/configure.ac index 7bec11e6b..067d7b96a 100644 --- a/configure.ac +++ b/configure.ac @@ -122,4 +122,4 @@ AC_SUBST(VCMI_AI_LIBS_DIR) VCMI_SCRIPTING_LIBS_DIR="$libdir/vcmi/Scripting" AC_SUBST(VCMI_SCRIPTING_LIBS_DIR) -AC_OUTPUT(Makefile lib/Makefile client/Makefile server/Makefile AI/Makefile AI/StupidAI/Makefile AI/GeniusAI/Makefile AI/EmptyAI/Makefile Scripting/ERM/Makefile Odpalarka/Makefile VCMI_BattleAiHost/Makefile) +AC_OUTPUT(Makefile lib/Makefile client/Makefile server/Makefile AI/Makefile AI/StupidAI/Makefile AI/GeniusAI/Makefile AI/EmptyAI/Makefile Odpalarka/Makefile VCMI_BattleAiHost/Makefile)