From fc15f4839354a7c312376c51286c29ef94e6eeff Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 28 Apr 2023 11:58:27 -0600 Subject: Fixed botched autoconf --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index a608d31..b17f1ef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -503,7 +503,7 @@ poly1305test_SOURCES = poly1305test.c # policy TESTS += policy -check_program += policy +check_PROGRAMS += policy policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" policy_SOURCES = policy.c EXTRA_DIST += policy_intermediate.pem -- cgit v1.2.3-55-g6feb