summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios/Makefile.am')
-rw-r--r--testsuites/libtests/termios/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/termios/Makefile.am b/testsuites/libtests/termios/Makefile.am
index 00c9400966..079d8091d8 100644
--- a/testsuites/libtests/termios/Makefile.am
+++ b/testsuites/libtests/termios/Makefile.am
@@ -26,6 +26,8 @@ include $(top_srcdir)/libtests.am
# (OPTIONAL) Add local stuff here using +=
#
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)