foxygit / doom Log in
commit b5a386fbca9d36c5c928d39e1938dc29752c5ad8
Author:     nukeykt <alexeytf2@icloud.com>
AuthorDate: Mon Jul 11 20:39:54 2016 +0900
Commit:     nukeykt <alexeytf2@icloud.com>
CommitDate: Mon Jul 11 20:39:54 2016 +0900

    strife: Fix compilation error.
---
 src/strife/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/strife/Makefile.am b/src/strife/Makefile.am
index 271fcc20..82eb346e 100644
--- 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