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 --- textscreen/Makefile.am | 2 +- textscreen/examples/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'textscreen') diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index 2c04ff0f..628d4ff6 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = -I$(top_builddir)/src +AM_CFLAGS = -I$(top_srcdir)/src CTAGS_ARGS=-I TXT_UNCAST_ARG+ diff --git a/textscreen/examples/Makefile.am b/textscreen/examples/Makefile.am index efd17072..4632d921 100644 --- a/textscreen/examples/Makefile.am +++ b/textscreen/examples/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = -I.. -I$(top_builddir)/src +AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/textscreen noinst_PROGRAMS=guitest calculator -- cgit v1.2.3