Skip to content

Commit d2c16ba

Browse files
Rust wrapper: add include.am to include files in distribution
1 parent 167e76a commit d2c16ba

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

wrapper/include.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
include wrapper/Ada/include.am
66
include wrapper/CSharp/include.am
7+
include wrapper/rust/include.am
78

89
EXTRA_DIST+= wrapper/python/README.md

wrapper/rust/include.am

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# vim:ft=automake
2+
# included from Top Level Makefile.am
3+
# All paths should be given relative to the root
4+
5+
EXTRA_DIST += wrapper/rust/Makefile
6+
EXTRA_DIST += wrapper/rust/README.md
7+
EXTRA_DIST += wrapper/rust/wolfssl-sys/Cargo.lock
8+
EXTRA_DIST += wrapper/rust/wolfssl-sys/Cargo.toml
9+
EXTRA_DIST += wrapper/rust/wolfssl-sys/Makefile
10+
EXTRA_DIST += wrapper/rust/wolfssl-sys/build.rs
11+
EXTRA_DIST += wrapper/rust/wolfssl-sys/headers.h
12+
EXTRA_DIST += wrapper/rust/wolfssl-sys/src/lib.rs
13+
EXTRA_DIST += wrapper/rust/wolfssl/Cargo.lock
14+
EXTRA_DIST += wrapper/rust/wolfssl/Cargo.toml
15+
EXTRA_DIST += wrapper/rust/wolfssl/Makefile
16+
EXTRA_DIST += wrapper/rust/wolfssl/src/lib.rs

0 commit comments

Comments
 (0)