From 80c778cec7d9217f33d113f9c38db2070e9aa7e7 Mon Sep 17 00:00:00 2001 From: David Ozog Date: Wed, 14 Feb 2024 11:51:46 -0500 Subject: [PATCH] automake: revert relative include path to explicit --- test/apps/Makefile.am | 2 +- test/shmemx/Makefile.am | 2 +- test/spec-example/Makefile.am | 2 +- test/unit/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/apps/Makefile.am b/test/apps/Makefile.am index 819e5fa..7d8278b 100644 --- a/test/apps/Makefile.am +++ b/test/apps/Makefile.am @@ -45,7 +45,7 @@ bin_PROGRAMS = $(check_PROGRAMS) AM_CPPFLAGS = -I$(top_srcdir)/test/include LDADD = else -AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I../include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/include LDADD = $(top_builddir)/src/libsma.la endif diff --git a/test/shmemx/Makefile.am b/test/shmemx/Makefile.am index fd7ea3c..b023edd 100644 --- a/test/shmemx/Makefile.am +++ b/test/shmemx/Makefile.am @@ -64,7 +64,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/include AM_FCFLAGS = LDADD = else -AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I../include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/include AM_FCFLAGS = -I$(top_builddir)/mpp LDADD = $(top_builddir)/src/libsma.la endif diff --git a/test/spec-example/Makefile.am b/test/spec-example/Makefile.am index 862dc99..d13bbbc 100644 --- a/test/spec-example/Makefile.am +++ b/test/spec-example/Makefile.am @@ -58,7 +58,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/include AM_FCFLAGS = LDADD = else -AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I../include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/include AM_FCFLAGS = -I$(top_builddir)/mpp LDADD = $(top_builddir)/src/libsma.la endif diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 8a6d923..947b114 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -199,7 +199,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/include AM_FCFLAGS = LDADD = else -AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I../include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/include AM_FCFLAGS = -I$(top_builddir)/mpp LDADD = $(top_builddir)/src/libsma.la endif