mirror of https://github.com/wolfSSL/wolfssl.git
19 lines
689 B
Plaintext
19 lines
689 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfssl/.cproject
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfssl/.project
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfssl/.settings
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfssl/liblinks.xml
|
|
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfcrypt_test/.cproject
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfcrypt_test/.project
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/wolfcrypt_test/source/wolfcrypt_test.c
|
|
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/benchmark/.cproject
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/benchmark/.project
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/benchmark/source/run_benchmark.c
|
|
|
|
EXTRA_DIST += IDE/MCUEXPRESSO/user_settings.h
|