wolfssl/wrapper/include.am
2016-11-07 16:02:41 -03:00

59 lines
3.4 KiB
Plaintext

# wolfSSL CSharp wrapper files
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-PSK-Server/App.config
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-PSK-Server/Properties/AssemblyInfo.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-PSK-Server/wolfSSL-DTLS-PSK-Server.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-PSK-Server/wolfSSL-DTLS-PSK-Server.csproj
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-Server/App.config
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-Server/Properties/AssemblyInfo.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-Server/wolfSSL-DTLS-Server.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-Server/wolfSSL-DTLS-Server.csproj
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-PSK-Server/App.config
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-PSK-Server/Properties/AssemblyInfo.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-PSK-Server/wolfSSL-TLS-PSK-Server.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-PSK-Server/wolfSSL-TLS-PSK-Server.csproj
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-Server/App.config
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-Server/Properties/AssemblyInfo.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-Server/Properties/Settings.Designer.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-Server/Properties/Settings.settings
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-Server/wolfSSL-TLS-Server.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-TLS-Server/wolfSSL-TLS-Server.csproj
EXTRA_DIST+= wrapper/CSharp/wolfSSL-Example-IOCallbacks/App.config
EXTRA_DIST+= wrapper/CSharp/wolfSSL-Example-IOCallbacks/Properties/AssemblyInfo.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-Example-IOCallbacks/wolfSSL-Example-IOCallbacks.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL-Example-IOCallbacks/wolfSSL-Example-IOCallbacks.csproj
EXTRA_DIST+= wrapper/CSharp/wolfSSL_CSharp.sln
EXTRA_DIST+= wrapper/CSharp/wolfSSL_CSharp/Properties/AssemblyInfo.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL_CSharp/Properties/Resources.Designer.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL_CSharp/Properties/Resources.resx
EXTRA_DIST+= wrapper/CSharp/wolfSSL_CSharp/wolfSSL.cs
EXTRA_DIST+= wrapper/CSharp/wolfSSL_CSharp/wolfSSL_CSharp.csproj
# wolfcrypt python wrapper files
EXTRA_DIST+= wrapper/python/wolfcrypt/.gitignore
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/asymmetric.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/conf.py
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/digest.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/index.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/mac.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/Makefile
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/random.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/symmetric.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/LICENSING.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/MANIFEST.in
EXTRA_DIST+= wrapper/python/wolfcrypt/README.rst
EXTRA_DIST+= wrapper/python/wolfcrypt/requirements-testing.txt
EXTRA_DIST+= wrapper/python/wolfcrypt/setup.py
EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_ciphers.py
EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_hashes.py
EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_random.py
EXTRA_DIST+= wrapper/python/wolfcrypt/tox.ini
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/__about__.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/__init__.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/build_ffi.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/ciphers.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/exceptions.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/hashes.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/random.py
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/utils.py