diff --git a/wrapper/include.am b/wrapper/include.am index 9cbcff751..eb6d8f7fc 100644 --- a/wrapper/include.am +++ b/wrapper/include.am @@ -1,3 +1,8 @@ +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root + +include wrapper/python/wolfcrypt/include.am # wolfSSL CSharp wrapper files EXTRA_DIST+= wrapper/CSharp/wolfSSL-DTLS-PSK-Server/App.config @@ -28,6 +33,3 @@ 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 -include wrapper/python/wolfcrypt/include.am diff --git a/wrapper/python/wolfcrypt/include.am b/wrapper/python/wolfcrypt/include.am index 0bec0a51a..4d62bcf51 100644 --- a/wrapper/python/wolfcrypt/include.am +++ b/wrapper/python/wolfcrypt/include.am @@ -1,4 +1,6 @@ -# wolfcrypt python wrapper files +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root EXTRA_DIST+= wrapper/python/wolfcrypt/.gitignore EXTRA_DIST+= wrapper/python/wolfcrypt/docs/asymmetric.rst