Author: cazfi
Date: Sun May  8 08:51:32 2016
New Revision: 32618

URL: http://svn.gna.org/viewcvs/freeciv?rev=32618&view=rev
Log:
Fixed ruleutil library build when tinycthread enabled.

See bug #24643

Modified:
    trunk/tools/ruleutil/Makefile.am

Modified: trunk/tools/ruleutil/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/tools/ruleutil/Makefile.am?rev=32618&r1=32617&r2=32618&view=diff
==============================================================================
--- trunk/tools/ruleutil/Makefile.am    (original)
+++ trunk/tools/ruleutil/Makefile.am    Sun May  8 08:51:32 2016
@@ -6,7 +6,8 @@
        -I$(top_srcdir)/utility \
        -I$(top_srcdir)/common \
        -I$(top_srcdir)/common/networking \
-       -I$(top_srcdir)/server
+       -I$(top_srcdir)/server \
+       -I$(top_srcdir)/dependencies/tinycthread
 
 libfcruleutil_la_SOURCES = \
                comments.c      \


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

Reply via email to