10 lines
302 B
Text
10 lines
302 B
Text
|
# 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
|