diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-03-05 23:44:18 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-05 23:44:18 +0000 |
commit | bfde5ad692a7e9f5abc866170aad4170875072ac (patch) | |
tree | e88627bfb69f76394cc57dc22a95cbdd23b07b85 /src | |
parent | 0fcbdfaefdba8ac16a9244742de01368bd1ca011 (diff) | |
download | mv-bfde5ad692a7e9f5abc866170aad4170875072ac.tar.gz mv-bfde5ad692a7e9f5abc866170aad4170875072ac.tar.bz2 mv-bfde5ad692a7e9f5abc866170aad4170875072ac.tar.xz mv-bfde5ad692a7e9f5abc866170aad4170875072ac.zip |
Rename --without-manaplusgame to --without-gameclient
@jesusalva asked what to rename it to, here:
https://forums.themanaworld.org/viewtopic.php?t=21691
Squashed with:
* Rename --without-manaversegame to --without-gameclient
This makes the most sense, I think. Jes agrees, too.
* Rename --without-manaplusgame to --without-manaversegame
Split off from !45: Rename the program from ManaPlus to ManaVerse.
****
mana/plus!138
Co-authored-by: jak1 <jak1@themanaworld.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index faac18665..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_MANAPLUSGAME +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_MANAPLUSGAME +if ENABLE_GAMECLIENT manaplus_SOURCES += ${SRC} endif |