Author: cazfi
Date: Wed May 10 07:18:36 2017
New Revision: 35469
URL: http://svn.gna.org/viewcvs/freeciv?rev=35469&view=rev
Log:
Rename 'threxpr' directory as 'tex'
See hrm Feature #658487
Added:
branches/S3_0/ai/tex/
- copied from r35468, branches/S3_0/ai/threxpr/
Removed:
branches/S3_0/ai/threxpr/
Modified:
branches/S3_0/ai/Makefile.am
branches/S3_0/configure.ac
branches/S3_0/server/Makefile.am
Modified: branches/S3_0/ai/Makefile.am
URL:
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/ai/Makefile.am?rev=35469&r1=35468&r2=35469&view=diff
==============================================================================
--- branches/S3_0/ai/Makefile.am (original)
+++ branches/S3_0/ai/Makefile.am Wed May 10 07:18:36 2017
@@ -15,7 +15,7 @@
endif
if AI_MOD_STATIC_THREXPR
-module_dirs += threxpr
+module_dirs += tex
endif
if AI_MOD_STATIC_STUB
@@ -35,7 +35,7 @@
module_dirs += threaded
endif
if !AI_MOD_STATIC_THREXPR
-module_dirs += threxpr
+module_dirs += tex
endif
if !AI_MOD_STATIC_STUB
module_dirs += stub
Modified: branches/S3_0/configure.ac
URL:
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/configure.ac?rev=35469&r1=35468&r2=35469&view=diff
==============================================================================
--- branches/S3_0/configure.ac (original)
+++ branches/S3_0/configure.ac Wed May 10 07:18:36 2017
@@ -1756,7 +1756,7 @@
ai/classic/Makefile
ai/stub/Makefile
ai/threaded/Makefile
- ai/threxpr/Makefile
+ ai/tex/Makefile
tests/Makefile
windows/Makefile
client/Makefile
Modified: branches/S3_0/server/Makefile.am
URL:
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/server/Makefile.am?rev=35469&r1=35468&r2=35469&view=diff
==============================================================================
--- branches/S3_0/server/Makefile.am (original)
+++ branches/S3_0/server/Makefile.am Wed May 10 07:18:36 2017
@@ -143,7 +143,7 @@
da_libs += $(top_builddir)/ai/threaded/libthreadedai.la
endif
if AI_MOD_STATIC_THREXPR
-da_libs += $(top_builddir)/ai/threxpr/libthrexprai.la
+da_libs += $(top_builddir)/ai/tex/libthrexprai.la
endif
if AI_MOD_STATIC_STUB
da_libs += $(top_builddir)/ai/stub/libstubai.la
_______________________________________________
Freeciv-commits mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-commits