diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:58:27 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:59:14 -0600 |
commit | fc15f4839354a7c312376c51286c29ef94e6eeff (patch) | |
tree | d256ae334112c904e54c97a012854392cc9a9d39 /tests | |
parent | bcb576938d6ad75ed877e0506457a8629a82f6f8 (diff) | |
download | portable-fc15f4839354a7c312376c51286c29ef94e6eeff.tar.gz portable-fc15f4839354a7c312376c51286c29ef94e6eeff.tar.bz2 portable-fc15f4839354a7c312376c51286c29ef94e6eeff.zip |
Fixed botched autoconf
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
503 | 503 | ||
504 | # policy | 504 | # policy |
505 | TESTS += policy | 505 | TESTS += policy |
506 | check_program += policy | 506 | check_PROGRAMS += policy |
507 | policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" | 507 | policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" |
508 | policy_SOURCES = policy.c | 508 | policy_SOURCES = policy.c |
509 | EXTRA_DIST += policy_intermediate.pem | 509 | EXTRA_DIST += policy_intermediate.pem |