From dd57dac67f314d5100ed01e6e1841bcb02ed228f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 6 Apr 2017 21:29:11 +0200 Subject: [PATCH] Fix typo that prevented t_mpi.h from being distributed. --- t/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index ce87c1d..bfd6f3c 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = +noinst_HEADERS = if CRYB_TEST @@ -216,7 +217,7 @@ t_mpi_addsub_LDADD = $(libt) $(libmpi) t_mpi_compar_LDADD = $(libt) $(libmpi) t_mpi_gcd_LDADD = $(libt) $(libmpi) t_mpi_muldiv_LDADD = $(libt) $(libmpi) -noinst_HEADER = t_mpi.h +noinst_HEADERS += t_mpi.h endif CRYB_MPI # libcryb-oath