From 48d1a77fa39de454b7cd1fb6cfff4af53d7002f5 Mon Sep 17 00:00:00 2001 From: David Ozog Date: Wed, 14 Feb 2024 13:06:03 -0500 Subject: [PATCH] automake: fix typo from explicit include path fix --- 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 7d8278b..ea913b4 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$(top_srcdir)/modules/tests-sos/include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/test/include LDADD = $(top_builddir)/src/libsma.la endif diff --git a/test/shmemx/Makefile.am b/test/shmemx/Makefile.am index b023edd..9eeff02 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$(top_srcdir)/modules/tests-sos/include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/test/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 d13bbbc..4ccc353 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$(top_srcdir)/modules/tests-sos/include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/test/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 947b114..22dc410 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$(top_srcdir)/modules/tests-sos/include +AM_CPPFLAGS = -I$(top_builddir)/mpp -I$(top_srcdir)/mpp -I$(top_srcdir)/modules/tests-sos/test/include AM_FCFLAGS = -I$(top_builddir)/mpp LDADD = $(top_builddir)/src/libsma.la endif