mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-21 09:58:41 +02:00
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
|
|
# vim:ft=automake
|
||
|
|
# included from Top Level Makefile.am
|
||
|
|
# All paths should be given relative to the root
|
||
|
|
|
||
|
|
EXTRA_DIST += \
|
||
|
|
IDE/ECLIPSE/DEOS/README.md \
|
||
|
|
IDE/ECLIPSE/DEOS/user_settings.h \
|
||
|
|
IDE/ECLIPSE/DEOS/tls_wolfssl.h \
|
||
|
|
IDE/ECLIPSE/DEOS/tls_wolfssl.c \
|
||
|
|
IDE/ECLIPSE/DEOS/deos_malloc.c
|