From ec03448333ca4c1d996dcb2b9c9ac01522a271bd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 11 Jun 2009 00:32:17 +0000 Subject: Fix wince include. Use top_builddir instead of .. where appropriate. Subversion-branch: /branches/raven-branch Subversion-revision: 1591 --- 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 b8904520..51b3af13 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = -I../src +AM_CFLAGS = -I$(top_builddir)/src CTAGS_ARGS=-I TXT_UNCAST_ARG+ diff --git a/textscreen/examples/Makefile.am b/textscreen/examples/Makefile.am index e314e7e8..efd17072 100644 --- a/textscreen/examples/Makefile.am +++ b/textscreen/examples/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = -I.. -I../../src +AM_CFLAGS = -I.. -I$(top_builddir)/src noinst_PROGRAMS=guitest calculator -- cgit v1.2.3