diff options
Diffstat (limited to 'textscreen/examples')
-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 |