summaryrefslogtreecommitdiff
path: root/src/strife/Makefile.am
diff options
context:
space:
mode:
authorDave Murphy2014-12-26 15:40:46 +0000
committerDave Murphy2014-12-26 15:40:46 +0000
commitd66659c6067ec18022718457bcf7c73145cf7b38 (patch)
tree478171822131f358da14d61cc062aa994a87dc00 /src/strife/Makefile.am
parentba8400b38d8264fe28ec03f772348b288a6ed075 (diff)
downloadchocolate-doom-d66659c6067ec18022718457bcf7c73145cf7b38.tar.gz
chocolate-doom-d66659c6067ec18022718457bcf7c73145cf7b38.tar.bz2
chocolate-doom-d66659c6067ec18022718457bcf7c73145cf7b38.zip
allow building in subdirectory or outside source directory
Diffstat (limited to 'src/strife/Makefile.am')
-rw-r--r--src/strife/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/Makefile.am b/src/strife/Makefile.am
index df1f7bb0..271fcc20 100644
--- a/src/strife/Makefile.am
+++ b/src/strife/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = -I.. @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@
+AM_CFLAGS = -I$(top_srcdir)/src @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@
noinst_LIBRARIES=libstrife.a