From d66659c6067ec18022718457bcf7c73145cf7b38 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 26 Dec 2014 15:40:46 +0000 Subject: allow building in subdirectory or outside source directory --- src/doom/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doom') diff --git a/src/doom/Makefile.am b/src/doom/Makefile.am index 74ba7014..e2ce86b4 100644 --- a/src/doom/Makefile.am +++ b/src/doom/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=libdoom.a -- cgit v1.2.3