summaryrefslogtreecommitdiff
path: root/src/heretic/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2009-06-11 00:32:17 +0000
committerSimon Howard2009-06-11 00:32:17 +0000
commitec03448333ca4c1d996dcb2b9c9ac01522a271bd (patch)
tree0c9f84037b108d1126f7ee17aa93dd51e01a8832 /src/heretic/Makefile.am
parentcbc795a34e42b43c02357aba14623e2014685920 (diff)
downloadchocolate-doom-ec03448333ca4c1d996dcb2b9c9ac01522a271bd.tar.gz
chocolate-doom-ec03448333ca4c1d996dcb2b9c9ac01522a271bd.tar.bz2
chocolate-doom-ec03448333ca4c1d996dcb2b9c9ac01522a271bd.zip
Fix wince include. Use top_builddir instead of .. where appropriate.
Subversion-branch: /branches/raven-branch Subversion-revision: 1591
Diffstat (limited to 'src/heretic/Makefile.am')
-rw-r--r--src/heretic/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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