From d65005e41423eced4884133f8bbd0015f59732f9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Nov 2005 12:44:35 +0000 Subject: AM_CPPFLAGS += -I..../support/include. --- testsuites/libtests/cpuuse/Makefile.am | 2 ++ testsuites/libtests/malloctest/Makefile.am | 2 ++ testsuites/libtests/monitor/Makefile.am | 2 ++ testsuites/libtests/putenvtest/Makefile.am | 2 ++ testsuites/libtests/rtems++/Makefile.am | 2 ++ testsuites/libtests/rtmonuse/Makefile.am | 2 ++ testsuites/libtests/stackchk/Makefile.am | 2 ++ testsuites/libtests/termios/Makefile.am | 2 ++ 8 files changed, 16 insertions(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/cpuuse/Makefile.am b/testsuites/libtests/cpuuse/Makefile.am index 9fb9285cb1..66c6a57fe5 100644 --- a/testsuites/libtests/cpuuse/Makefile.am +++ b/testsuites/libtests/cpuuse/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) diff --git a/testsuites/libtests/malloctest/Makefile.am b/testsuites/libtests/malloctest/Makefile.am index b8e9f9f862..609f983e51 100644 --- a/testsuites/libtests/malloctest/Makefile.am +++ b/testsuites/libtests/malloctest/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) diff --git a/testsuites/libtests/monitor/Makefile.am b/testsuites/libtests/monitor/Makefile.am index 1d586a3365..fa15549778 100644 --- a/testsuites/libtests/monitor/Makefile.am +++ b/testsuites/libtests/monitor/Makefile.am @@ -27,6 +27,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) diff --git a/testsuites/libtests/putenvtest/Makefile.am b/testsuites/libtests/putenvtest/Makefile.am index 60f0504a06..14324785fd 100644 --- a/testsuites/libtests/putenvtest/Makefile.am +++ b/testsuites/libtests/putenvtest/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) diff --git a/testsuites/libtests/rtems++/Makefile.am b/testsuites/libtests/rtems++/Makefile.am index b356ccd3a3..50f630dd6d 100644 --- a/testsuites/libtests/rtems++/Makefile.am +++ b/testsuites/libtests/rtems++/Makefile.am @@ -31,6 +31,8 @@ LD_LIBS = -lrtems++ if HAS_CXX +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + ${PGM}: $(OBJS) $(LINK_FILES) $(make-cxx-exe) diff --git a/testsuites/libtests/rtmonuse/Makefile.am b/testsuites/libtests/rtmonuse/Makefile.am index 7085e36529..70408915b6 100644 --- a/testsuites/libtests/rtmonuse/Makefile.am +++ b/testsuites/libtests/rtmonuse/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) diff --git a/testsuites/libtests/stackchk/Makefile.am b/testsuites/libtests/stackchk/Makefile.am index 8a1d016652..09e215dc48 100644 --- a/testsuites/libtests/stackchk/Makefile.am +++ b/testsuites/libtests/stackchk/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) 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) -- cgit v1.2.3