include.am 506 B

1234567891011121314151617
  1. # vim:ft=automake
  2. # All paths should be given relative to the root
  3. EXTRA_DIST += IDE/iotsafe/README.md
  4. EXTRA_DIST += IDE/iotsafe/Makefile
  5. EXTRA_DIST += IDE/iotsafe/target.ld
  6. EXTRA_DIST += IDE/iotsafe/main.c
  7. EXTRA_DIST += IDE/iotsafe/startup.c
  8. EXTRA_DIST += IDE/iotsafe/startup.c
  9. EXTRA_DIST += IDE/iotsafe/memory-tls.c
  10. EXTRA_DIST += IDE/iotsafe/devices.c
  11. EXTRA_DIST += IDE/iotsafe/ca-cert.c
  12. EXTRA_DIST += IDE/iotsafe/devices.h
  13. EXTRA_DIST += IDE/iotsafe/user_settings.h
  14. DISTCLEANFILES+= IDE/iotsafe/build