This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.16.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.16.0 by this push:
new 48d1a70 FIX: missing EXTRA_DIST entries
48d1a70 is described below
commit 48d1a707d1690bf79f1eb280d88580652d81a3cc
Author: Jens Geyer <[email protected]>
AuthorDate: Wed Feb 2 23:03:58 2022 +0100
FIX: missing EXTRA_DIST entries
---
lib/netstd/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/netstd/Makefile.am b/lib/netstd/Makefile.am
index cf4d134..47b3803 100644
--- a/lib/netstd/Makefile.am
+++ b/lib/netstd/Makefile.am
@@ -42,7 +42,6 @@ clean-local:
EXTRA_DIST = \
README.md \
Directory.Build.props \
- .editorconfig \
Benchmarks/Thrift.Benchmarks \
Tests/Thrift.IntegrationTests/Protocols \
Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj \
@@ -56,6 +55,7 @@ EXTRA_DIST = \
Tests/Thrift.Tests/Protocols \
Tests/Thrift.Tests/Transports \
Tests/Thrift.Tests/Thrift.Tests.csproj \
+ Thrift/.editorconfig \
Thrift/Collections \
Thrift/Processor \
Thrift/Properties \