diff options
author | Dave Murphy | 2014-12-26 15:40:46 +0000 |
---|---|---|
committer | Dave Murphy | 2014-12-26 15:40:46 +0000 |
commit | d66659c6067ec18022718457bcf7c73145cf7b38 (patch) | |
tree | 478171822131f358da14d61cc062aa994a87dc00 /textscreen/examples/Makefile.am | |
parent | ba8400b38d8264fe28ec03f772348b288a6ed075 (diff) | |
download | chocolate-doom-d66659c6067ec18022718457bcf7c73145cf7b38.tar.gz chocolate-doom-d66659c6067ec18022718457bcf7c73145cf7b38.tar.bz2 chocolate-doom-d66659c6067ec18022718457bcf7c73145cf7b38.zip |
allow building in subdirectory or outside source directory
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 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 |