[gbrainy] Remove webclient from build & distribution
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Remove webclient from build & distribution
- Date: Sat, 5 Jan 2013 09:43:29 +0000 (UTC)
commit 9839a5002a0f2ffe597435d1f43cc20c502e11f8
Author: Jordi Mas <jmas softcatala org>
Date: Sat Jan 5 10:45:48 2013 +0100
Remove webclient from build & distribution
configure.ac | 9 +--------
po/POTFILES.in | 1 -
src/Makefile.am | 3 +--
3 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3d5a4ab..72f0174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,12 +175,6 @@ if test "x$enable_debug" != "xno" ; then
CSC_DEFINES="$CSC_DEFINES -debug -d:DEBUG"
fi
-dnl -- Enable web client build
-
-AC_ARG_ENABLE(enable_webclient, AC_HELP_STRING([--enable-webclient], [Enable Web client build]),,enable_webclient=yes)
-
-AM_CONDITIONAL(ENABLE_WEBCLIENT, test "x$enable_webclient" != "xno")
-
dnl --- Assembly information
BUILD_TIME=`date +"%F %T %Z"`
@@ -222,7 +216,6 @@ tools/Makefile
src/Core/Makefile
src/Games/Makefile
src/Clients/Classical/Makefile
-src/Clients/WebForms/Makefile
tests/Makefile
data/Makefile
data/gbrainy.pc
@@ -234,5 +227,5 @@ echo "Mono-addins: ${enable_addins_sharp}"
echo "NUnit: ${enable_tests}"
echo "Debug enabled: ${enable_debug}"
echo "Mono.CSharp static: ${csharp_static}"
-echo "Enable Webclient: ${enable_webclient}"
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7a67591..7bc7269 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -13,7 +13,6 @@ src/Clients/Classical/MonoAddinsStrings.cs
src/Clients/Classical/Widgets/BrowseFile.cs
src/Clients/Classical/Widgets/GameDrawingArea.cs
src/Clients/Classical/Widgets/Toolbar.cs
-src/Clients/WebForms/Game.aspx.cs
src/Core/Libraries/SVGImage.cs
src/Core/Main/ColorPalette.cs
src/Core/Main/GameAnswer.cs
diff --git a/src/Makefile.am b/src/Makefile.am
index 509aa93..6b3e6a1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,5 @@
SUBDIRS = \
Core \
Games \
- Clients/Classical \
- Clients/WebForms
+ Clients/Classical
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]