build updates

This commit is contained in:
Brent Cook
2021-11-08 07:33:50 -06:00
parent 0319bb7edb
commit 04ab1061f3
6 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
add_definitions(-DLIBRESSL_CRYPTO_INTERNAL)
if(HOST_ASM_ELF_ARMV4)
set(
ASM_ARMV4_ELF_SRC
@@ -726,9 +728,11 @@ set(
x509/pcy_map.c
x509/pcy_node.c
x509/pcy_tree.c
x509/x509_addr.c
x509/x509_akey.c
x509/x509_akeya.c
x509/x509_alt.c
x509/x509_asid.c
x509/x509_att.c
x509/x509_bcons.c
x509/x509_bitst.c
@@ -982,6 +986,7 @@ target_include_directories(crypto_obj
ecdsa
evp
modes
x509
../include/compat
PUBLIC
../include)
@@ -998,6 +1003,7 @@ target_include_directories(crypto
ecdsa
evp
modes
x509
../include/compat
PUBLIC
../include)

View File

@@ -7,6 +7,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa
AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509
AM_CPPFLAGS += -I$(top_srcdir)/crypto
noinst_LTLIBRARIES = libcompat.la