From c93a903cae7b7eec4b727cdc005886c50f17fe7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Tue, 18 Jul 2017 02:10:41 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=20lista=20de=20arquivos=20inclu=C3=ADd?= =?UTF-8?q?os=20na=20vers=C3=A3o=20de=20distribui=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrapper/include.am | 1 + wrapper/python/wolfssl/include.am | 38 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 wrapper/python/wolfssl/include.am diff --git a/wrapper/include.am b/wrapper/include.am index eb6d8f7fc..dbf0e7fc8 100644 --- a/wrapper/include.am +++ b/wrapper/include.am @@ -3,6 +3,7 @@ # All paths should be given relative to the root include wrapper/python/wolfcrypt/include.am +include wrapper/python/wolfssl/include.am # wolfSSL CSharp wrapper files EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-PSK-Server/App.config diff --git a/wrapper/python/wolfssl/include.am b/wrapper/python/wolfssl/include.am new file mode 100644 index 000000000..0c5d06bc1 --- /dev/null +++ b/wrapper/python/wolfssl/include.am @@ -0,0 +1,38 @@ +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root + +EXTRA_DIST+= wrapper/python/wolfssl/.gitignore +EXTRA_DIST+= wrapper/python/wolfssl/docs/api.rst +EXTRA_DIST+= wrapper/python/wolfssl/docs/conf.py +EXTRA_DIST+= wrapper/python/wolfssl/docs/examples.rst +EXTRA_DIST+= wrapper/python/wolfssl/docs/index.rst +EXTRA_DIST+= wrapper/python/wolfssl/docs/installation.rst +EXTRA_DIST+= wrapper/python/wolfssl/docs/Makefile +EXTRA_DIST+= wrapper/python/wolfssl/docs/licensing.rst +EXTRA_DIST+= wrapper/python/wolfssl/docs/requirements.txt +EXTRA_DIST+= wrapper/python/wolfssl/docs/usage.rst +EXTRA_DIST+= wrapper/python/wolfssl/examples/client.py +EXTRA_DIST+= wrapper/python/wolfssl/examples/server.py +EXTRA_DIST+= wrapper/python/wolfssl/test/conftest.py +EXTRA_DIST+= wrapper/python/wolfssl/test/test_client.py +EXTRA_DIST+= wrapper/python/wolfssl/test/test_context.py +EXTRA_DIST+= wrapper/python/wolfssl/test/test_methods.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/__about__.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/__init__.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/build_ffi.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/_memory.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/_methods.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/exceptions.py +EXTRA_DIST+= wrapper/python/wolfssl/src/wolfssl/utils.py +EXTRA_DIST+= wrapper/python/wolfssl/LICENSING.rst +EXTRA_DIST+= wrapper/python/wolfssl/Makefile +EXTRA_DIST+= wrapper/python/wolfssl/MANIFEST.in +EXTRA_DIST+= wrapper/python/wolfssl/README.rst +EXTRA_DIST+= wrapper/python/wolfssl/requirements-testing.txt +EXTRA_DIST+= wrapper/python/wolfssl/setup.py +EXTRA_DIST+= wrapper/python/wolfssl/tox.ini +EXTRA_DIST+= wrapper/python/wolfssl/Vagrantfile +EXTRA_DIST+= wrapper/python/wolfssl/.centos-provisioner.sh +EXTRA_DIST+= wrapper/python/wolfssl/.ubuntu-provisioner.sh +