summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-02-02 23:03:58 +0100
committerJens Geyer <jensg@apache.org>2022-02-02 23:03:58 +0100
commit48d1a707d1690bf79f1eb280d88580652d81a3cc (patch)
tree3b61590e3c64e9e7c71302e820d39690f08b2fef
parenta10d401996690d3e5387341c1248b7d1028d9ac7 (diff)
downloadthrift-48d1a707d1690bf79f1eb280d88580652d81a3cc.tar.gz
FIX: missing EXTRA_DIST entries
-rw-r--r--lib/netstd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netstd/Makefile.am b/lib/netstd/Makefile.am
index cf4d134dd..47b380309 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 \