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/setup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup/Makefile.am') diff --git a/src/setup/Makefile.am b/src/setup/Makefile.am index 1a1e1ccb..0adc90d7 100644 --- a/src/setup/Makefile.am +++ b/src/setup/Makefile.am @@ -3,7 +3,7 @@ gamesdir = $(prefix)/games AM_CFLAGS = @SDL_CFLAGS@ \ @SDLMIXER_CFLAGS@ \ - -I$(top_builddir)/textscreen -I.. + -I$(top_srcdir)/textscreen -I$(top_srcdir)/src noinst_LIBRARIES = libsetup.a -- cgit v1.2.3