Author: cazfi
Date: Mon May  1 19:27:34 2017
New Revision: 35356

URL: http://svn.gna.org/viewcvs/freeciv?rev=35356&view=rev
Log:
Fix build when both tinycthread and stub AI enabled

See hrm Bug #656445

Modified:
    trunk/ai/stub/Makefile.am

Modified: trunk/ai/stub/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/ai/stub/Makefile.am?rev=35356&r1=35355&r2=35356&view=diff
==============================================================================
--- trunk/ai/stub/Makefile.am   (original)
+++ trunk/ai/stub/Makefile.am   Mon May  1 19:27:34 2017
@@ -9,7 +9,8 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir)/utility \
        -I$(top_srcdir)/common \
-       -I$(top_srcdir)/common/networking
+       -I$(top_srcdir)/common/networking \
+       -I$(top_srcdir)/dependencies/tinycthread
 
 if AI_MOD_STATIC_STUB
 libstubai_la_SOURCES = stubai.c


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to