Author: cazfi
Date: Wed Jan 21 21:16:01 2015
New Revision: 27764

URL: http://svn.gna.org/viewcvs/freeciv?rev=27764&view=rev
Log:
Removed gtk-1.2-client directory from include path of agents.

See patch #5722

Modified:
    branches/S2_6/client/agents/Makefile.am

Modified: branches/S2_6/client/agents/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/agents/Makefile.am?rev=27764&r1=27763&r2=27764&view=diff
==============================================================================
--- branches/S2_6/client/agents/Makefile.am     (original)
+++ branches/S2_6/client/agents/Makefile.am     Wed Jan 21 21:16:01 2015
@@ -2,7 +2,7 @@
 
 noinst_LTLIBRARIES = libagents.la
 
-AM_CPPFLAGS = -I. -I$(srcdir)/.. -I$(top_srcdir)/common/aicore 
-I$(srcdir)/../include -I$(top_srcdir)/utility -I$(top_srcdir)/common 
-I$(srcdir)/../gui-gtk $(CLIENT_CFLAGS)
+AM_CPPFLAGS = -I. -I$(srcdir)/.. -I$(top_srcdir)/common/aicore 
-I$(srcdir)/../include -I$(top_srcdir)/utility -I$(top_srcdir)/common 
$(CLIENT_CFLAGS)
 
 libagents_la_SOURCES =                 \
        agents.c                \


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

Reply via email to