Author: cazfi
Date: Mon May 1 19:27:53 2017
New Revision: 35357
URL: http://svn.gna.org/viewcvs/freeciv?rev=35357&view=rev
Log:
Fix build when both tinycthread and stub AI enabled
See hrm Bug #656445
Modified:
branches/S3_0/ai/stub/Makefile.am
Modified: branches/S3_0/ai/stub/Makefile.am
URL:
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/ai/stub/Makefile.am?rev=35357&r1=35356&r2=35357&view=diff
==============================================================================
--- branches/S3_0/ai/stub/Makefile.am (original)
+++ branches/S3_0/ai/stub/Makefile.am Mon May 1 19:27:53 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
[email protected]
https://mail.gna.org/listinfo/freeciv-commits