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/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/examples') 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