diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-05-31 04:37:17 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-05-31 04:37:33 -0600 |
| commit | bdcf92deeadac79caad8c07e91c7a6735c7dcf2b (patch) | |
| tree | 6a4aa9a63153b8f94e8e32fac6c08463abaf3ad9 /tests/Makefile.am | |
| parent | 3110f572954ecfd040d6c929a8010d94cdba24f0 (diff) | |
| download | portable-bdcf92deeadac79caad8c07e91c7a6735c7dcf2b.tar.gz portable-bdcf92deeadac79caad8c07e91c7a6735c7dcf2b.tar.bz2 portable-bdcf92deeadac79caad8c07e91c7a6735c7dcf2b.zip | |
only define noinst_HEADERS once
Diffstat (limited to 'tests/Makefile.am')
| -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 ca60b24..3aa9554 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -344,7 +344,7 @@ chachatest_SOURCES = chachatest.c | |||
| 344 | TESTS += cipher_list | 344 | TESTS += cipher_list |
| 345 | check_PROGRAMS += cipher_list | 345 | check_PROGRAMS += cipher_list |
| 346 | cipher_list_SOURCES = cipher_list.c | 346 | cipher_list_SOURCES = cipher_list.c |
| 347 | noinst_HEADERS = tests.h | 347 | noinst_HEADERS += tests.h |
| 348 | 348 | ||
| 349 | # cipherstest | 349 | # cipherstest |
| 350 | TESTS += cipherstest | 350 | TESTS += cipherstest |
