diff options
author | Simon Howard | 2009-06-11 00:32:17 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-11 00:32:17 +0000 |
commit | ec03448333ca4c1d996dcb2b9c9ac01522a271bd (patch) | |
tree | 0c9f84037b108d1126f7ee17aa93dd51e01a8832 /textscreen/examples/Makefile.am | |
parent | cbc795a34e42b43c02357aba14623e2014685920 (diff) | |
download | chocolate-doom-ec03448333ca4c1d996dcb2b9c9ac01522a271bd.tar.gz chocolate-doom-ec03448333ca4c1d996dcb2b9c9ac01522a271bd.tar.bz2 chocolate-doom-ec03448333ca4c1d996dcb2b9c9ac01522a271bd.zip |
Fix wince include. Use top_builddir instead of .. where appropriate.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1591
Diffstat (limited to 'textscreen/examples/Makefile.am')
-rw-r--r-- | textscreen/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |