mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Fix typos plus some automake appeasing
This commit is contained in:
@@ -69,10 +69,6 @@ if HOST_X86_64
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/amd64/
|
||||
endif
|
||||
|
||||
# XXX - should probably be in their own static lib
|
||||
TEST_HELPER_SRC = test.c test_util.c
|
||||
noinst_HEADER = test.h
|
||||
|
||||
noinst_LTLIBRARIES = libtest.la
|
||||
libtest_la_LIBADD = $(libcrypto_la_objects)
|
||||
libtest_la_LIBADD += $(libcompat_la_objects)
|
||||
@@ -91,6 +87,11 @@ check_PROGRAMS =
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
DISTCLEANFILES = pidwraptest.txt
|
||||
|
||||
# XXX - should probably be in their own static lib
|
||||
TEST_HELPER_SRC = test.c test_util.c
|
||||
noinst_HEADERS = test.h
|
||||
EXTRA_DIST += $(TEST_HELPER_SRC)
|
||||
|
||||
# aeadtest
|
||||
TESTS += aeadtest.sh
|
||||
check_PROGRAMS += aeadtest
|
||||
|
||||
Reference in New Issue
Block a user