mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 19:52:23 +01:00
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
|
|
# vim:ft=automake
|
||
|
|
# All paths should be given relative to the root
|
||
|
|
|
||
|
|
EXTRA_DIST += IDE/iotsafe-raspberrypi/README.md
|
||
|
|
EXTRA_DIST += IDE/iotsafe-raspberrypi/Makefile
|
||
|
|
EXTRA_DIST += IDE/iotsafe-raspberrypi/main.c
|
||
|
|
EXTRA_DIST += IDE/iotsafe-raspberrypi/client-tls13.c
|
||
|
|
|
||
|
|
DISTCLEANFILES+= IDE/iotsafe-raspberrypi/build
|