mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 09:30:51 +02:00
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST += m4/ax_bsdkm.m4 \
|
|
bsdkm/Makefile \
|
|
bsdkm/README.md \
|
|
bsdkm/wolfkmod.c \
|
|
bsdkm/wolfkmod_aes.c \
|
|
bsdkm/x86_vecreg.c \
|
|
bsdkm/bsdkm_wc_port.h
|