include.am 790 B

1234567891011121314151617
  1. # vim:ft=automake
  2. # included from Top Level Makefile.am
  3. # All paths should be given relative to the root
  4. EXTRA_DIST+= IDE/ARDUINO/README.md
  5. EXTRA_DIST+= IDE/ARDUINO/Arduino_README_prepend.md
  6. EXTRA_DIST+= IDE/ARDUINO/keywords.txt
  7. EXTRA_DIST+= IDE/ARDUINO/library.properties.template
  8. EXTRA_DIST+= IDE/ARDUINO/sketches/README.md
  9. EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_client/README.md
  10. EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_client/wolfssl_client.ino
  11. EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_server/README.md
  12. EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_server/wolfssl_server.ino
  13. EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_version/README.md
  14. EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_version/wolfssl_version.ino
  15. EXTRA_DIST+= IDE/ARDUINO/wolfssl.h
  16. EXTRA_DIST+= IDE/ARDUINO/wolfssl-arduino.sh