From ec03448333ca4c1d996dcb2b9c9ac01522a271bd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 11 Jun 2009 00:32:17 +0000 Subject: Fix wince include. Use top_builddir instead of .. where appropriate. Subversion-branch: /branches/raven-branch Subversion-revision: 1591 --- src/heretic/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/heretic') diff --git a/src/heretic/Makefile.am b/src/heretic/Makefile.am index 6c54c0b8..2a2f8245 100644 --- a/src/heretic/Makefile.am +++ b/src/heretic/Makefile.am @@ -1,5 +1,7 @@ -AM_CFLAGS=-I.. -I../../textscreen @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@ +AM_CFLAGS=-I.. \ + -I$(top_builddir)/textscreen \ + @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@ noinst_LIBRARIES=libheretic.a -- cgit v1.2.3