From 23fe17ceb8e1d1d4c2a72d553a70d104b0591479 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Sat, 22 Oct 2016 03:28:14 +0300 Subject: Fix compilation of tests if nettle is not installed in standard path Signed-off-by: Dmitry Eremin-Solenikov --- tests/suite/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/suite/Makefile.am') diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index 00f4aa6080..afcb0312e4 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -131,6 +131,8 @@ endif TESTS = $(nodist_check_SCRIPTS) prime-check +prime_check_CPPFLAGS = $(AM_CPPFLAGS) $(NETTLE_CFLAGS) + TEST_EXTENSIONS = .sh if WANT_TEST_SUITE -- cgit v1.2.1