diff options
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 |