Skip to content

Commit

Permalink
fixing missing EXTRA_DISTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Aug 31, 2022
1 parent 383e4ad commit 4d493e8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/kotlin/Makefile.am
Expand Up @@ -41,4 +41,11 @@ check-local: $(THRIFT)
--console=plain

EXTRA_DIST = \
README.md
build.gradle.kts \
CMakeLists.txt \
cross-test-client \
cross-test-server \
gradle.properties \
README.md \
settings.gradle.kts \
src
1 change: 1 addition & 0 deletions test/Makefile.am
Expand Up @@ -159,6 +159,7 @@ EXTRA_DIST = \
SpecificNameTest.thrift \
VoidMethExceptionsTest.thrift \
partial/thrift_test_schema.thrift \
keys/keygen/.gitignore \
known_failures_Linux.json \
test.py \
tests.json \
Expand Down
1 change: 1 addition & 0 deletions tutorial/java/Makefile.am
Expand Up @@ -40,6 +40,7 @@ tutorialclient: all
$(ANT) $(ANT_FLAGS) tutorialclient

EXTRA_DIST = \
build.properties \
build.xml \
src \
README.md
1 change: 1 addition & 0 deletions tutorial/js/Makefile.am
Expand Up @@ -34,6 +34,7 @@ tutorialserver: all
$(ANT) $(ANT_FLAGS) tutorialserver

EXTRA_DIST = \
build.properties \
build.xml \
src \
tutorial.html

0 comments on commit 4d493e8

Please sign in to comment.