File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,11 @@ check-local: $(THRIFT)
4141 --console=plain
4242
4343EXTRA_DIST = \
44- README.md
44+ build.gradle.kts \
45+ CMakeLists.txt \
46+ cross-test-client \
47+ cross-test-server \
48+ gradle.properties \
49+ README.md \
50+ settings.gradle.kts \
51+ src
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ EXTRA_DIST = \
159159 SpecificNameTest.thrift \
160160 VoidMethExceptionsTest.thrift \
161161 partial/thrift_test_schema.thrift \
162+ keys/keygen/.gitignore \
162163 known_failures_Linux.json \
163164 test.py \
164165 tests.json \
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ tutorialclient: all
4040 $(ANT ) $(ANT_FLAGS ) tutorialclient
4141
4242EXTRA_DIST = \
43+ build.properties \
4344 build.xml \
4445 src \
4546 README.md
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tutorialserver: all
3434 $(ANT ) $(ANT_FLAGS ) tutorialserver
3535
3636EXTRA_DIST = \
37+ build.properties \
3738 build.xml \
3839 src \
3940 tutorial.html
You can’t perform that action at this time.
0 commit comments