summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-02-28 23:50:27 +0100
committerFedja Beader <fedja@protonmail.ch>2025-03-01 00:00:00 +0100
commitbe7ff98aa3c13de7405c2ef090ab4547149cabe2 (patch)
tree1fa7d930ab44134479b51f5c27e9cac4362e3434 /src
parentc95daf57ef8f1cd41ef010f774535e21a2f8b3b3 (diff)
downloadmanaplus-be7ff98aa3c13de7405c2ef090ab4547149cabe2.tar.gz
manaplus-be7ff98aa3c13de7405c2ef090ab4547149cabe2.tar.bz2
manaplus-be7ff98aa3c13de7405c2ef090ab4547149cabe2.tar.xz
manaplus-be7ff98aa3c13de7405c2ef090ab4547149cabe2.zip
Rename --without-manaversegame to --without-gameclient
This makes the most sense, I think. Jes agrees, too.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9be9f9137..f11d310e4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = subdir-objects
#AM_TESTS_ENVIRONMENT = \
# ASAN_OPTIONS=detect_leaks=1
-if ENABLE_MANAVERSEGAME
+if ENABLE_GAMECLIENT
if ENABLE_DYECMD
bin_PROGRAMS = manaplus dyecmd
else
@@ -2128,7 +2128,7 @@ dyecmd_SOURCES += progs/dyecmd/gui/viewport.cpp \
progs/dyecmd/actions/target.cpp \
progs/dyecmd/actions/windows.cpp
-if ENABLE_MANAVERSEGAME
+if ENABLE_GAMECLIENT
manaplus_SOURCES += ${SRC}
endif