shithub: choc

Download patch

ref: b5a386fbca9d36c5c928d39e1938dc29752c5ad8
parent: d022f49c85d43afb77af53e971bdd110a5f059d5
author: nukeykt <alexeytf2@icloud.com>
date: Mon Jul 11 16:39:54 EDT 2016

strife: Fix compilation error.

--- a/src/strife/Makefile.am
+++ b/src/strife/Makefile.am
@@ -1,4 +1,6 @@
-AM_CFLAGS = -I$(top_srcdir)/src @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@
+AM_CFLAGS=-I$(top_srcdir)/src                           \
+          -I$(top_srcdir)/textscreen                    \
+          @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@
 
 noinst_LIBRARIES=libstrife.a