File tree 4 files changed +11
-1
lines changed
4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,11 @@ check-local: $(THRIFT)
41
41
--console=plain
42
42
43
43
EXTRA_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 = \
159
159
SpecificNameTest.thrift \
160
160
VoidMethExceptionsTest.thrift \
161
161
partial/thrift_test_schema.thrift \
162
+ keys/keygen/.gitignore \
162
163
known_failures_Linux.json \
163
164
test.py \
164
165
tests.json \
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ tutorialclient: all
40
40
$(ANT ) $(ANT_FLAGS ) tutorialclient
41
41
42
42
EXTRA_DIST = \
43
+ build.properties \
43
44
build.xml \
44
45
src \
45
46
README.md
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tutorialserver: all
34
34
$(ANT ) $(ANT_FLAGS ) tutorialserver
35
35
36
36
EXTRA_DIST = \
37
+ build.properties \
37
38
build.xml \
38
39
src \
39
40
tutorial.html
You can’t perform that action at this time.
0 commit comments