include.am 1.5 KB

123456789101112131415161718192021222324252627282930
  1. # vim:ft=automake
  2. # included from Top Level Makefile.am
  3. # All paths should be given relative to the root
  4. EXTRA_DIST+= wrapper/python/wolfcrypt/.gitignore
  5. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/asymmetric.rst
  6. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/conf.py
  7. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/digest.rst
  8. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/index.rst
  9. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/mac.rst
  10. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/Makefile
  11. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/random.rst
  12. EXTRA_DIST+= wrapper/python/wolfcrypt/docs/symmetric.rst
  13. EXTRA_DIST+= wrapper/python/wolfcrypt/LICENSING.rst
  14. EXTRA_DIST+= wrapper/python/wolfcrypt/MANIFEST.in
  15. EXTRA_DIST+= wrapper/python/wolfcrypt/README.rst
  16. EXTRA_DIST+= wrapper/python/wolfcrypt/requirements-testing.txt
  17. EXTRA_DIST+= wrapper/python/wolfcrypt/setup.py
  18. EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_ciphers.py
  19. EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_hashes.py
  20. EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_random.py
  21. EXTRA_DIST+= wrapper/python/wolfcrypt/tox.ini
  22. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/__about__.py
  23. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/__init__.py
  24. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/build_ffi.py
  25. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/ciphers.py
  26. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/exceptions.py
  27. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/hashes.py
  28. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/random.py
  29. EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/utils.py