include.am 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # vim:ft=automake
  2. # included from Top Level Makefile.am
  3. # All paths should be given relative to the root
  4. #
  5. # NOTE: append_wolfssl_git_version.sh is not included as the
  6. # distribution file set will not contain GitHub info
  7. #
  8. # see: https://github.com/wolfSSL/wolfssl/pull/5955
  9. #
  10. # Don't list any config.h files here
  11. EXTRA_DIST+= IDE/PlatformIO/README.md
  12. EXTRA_DIST+= IDE/PlatformIO/examples/README.md
  13. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_platformio.code-workspace
  14. # wolfssl_benchmark example
  15. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/CMakeLists.txt
  16. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/platformio.ini
  17. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/README.md
  18. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/sdkconfig.defaults
  19. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/wolfssl_benchmark.code-workspace
  20. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/include/main.h
  21. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/include/README
  22. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/lib/README
  23. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/src/CMakeLists.txt
  24. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/src/main.c
  25. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/test/README
  26. # wolfssl_test example
  27. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/CMakeLists.txt
  28. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/platformio.ini
  29. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/README.md
  30. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/sdkconfig.defaults
  31. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/wolfssl_test.code-workspace
  32. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/include/main.h
  33. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/include/README
  34. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/lib/README
  35. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/src/CMakeLists.txt
  36. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/src/main.c
  37. EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/test/README