mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 06:22:20 +01:00
Rust wrapper: add include.am to include files in distribution
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
|
||||
include wrapper/Ada/include.am
|
||||
include wrapper/CSharp/include.am
|
||||
include wrapper/rust/include.am
|
||||
|
||||
EXTRA_DIST+= wrapper/python/README.md
|
||||
|
||||
16
wrapper/rust/include.am
Normal file
16
wrapper/rust/include.am
Normal file
@@ -0,0 +1,16 @@
|
||||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
EXTRA_DIST += wrapper/rust/Makefile
|
||||
EXTRA_DIST += wrapper/rust/README.md
|
||||
EXTRA_DIST += wrapper/rust/wolfssl-sys/Cargo.lock
|
||||
EXTRA_DIST += wrapper/rust/wolfssl-sys/Cargo.toml
|
||||
EXTRA_DIST += wrapper/rust/wolfssl-sys/Makefile
|
||||
EXTRA_DIST += wrapper/rust/wolfssl-sys/build.rs
|
||||
EXTRA_DIST += wrapper/rust/wolfssl-sys/headers.h
|
||||
EXTRA_DIST += wrapper/rust/wolfssl-sys/src/lib.rs
|
||||
EXTRA_DIST += wrapper/rust/wolfssl/Cargo.lock
|
||||
EXTRA_DIST += wrapper/rust/wolfssl/Cargo.toml
|
||||
EXTRA_DIST += wrapper/rust/wolfssl/Makefile
|
||||
EXTRA_DIST += wrapper/rust/wolfssl/src/lib.rs
|
||||
Reference in New Issue
Block a user