mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
9
android/extern/wolfssl/wolfcrypt/user-crypto/Makefile.am
vendored
Normal file
9
android/extern/wolfssl/wolfcrypt/user-crypto/Makefile.am
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
AM_CFLAGS=-I m4
|
||||
|
||||
#add in wolfssl directory
|
||||
AM_CPPFLAGS+=-I$(abs_srcdir)/../../ -I$(srcdir)/include/
|
||||
lib_LTLIBRARIES = lib/libusercrypto.la
|
||||
lib_libusercrypto_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
lib_libusercrypto_la_LDFLAGS = $(AM_LDFLAGS)
|
||||
lib_libusercrypto_la_SOURCES = src/rsa.c
|
||||
include_HEADERS = include/user_rsa.h
|
||||
Reference in New Issue
Block a user