commit | fa31183250230b4af6ea485e23fb36e705b3f884 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@dropbox.com> | Wed May 26 15:01:46 2021 -0500 |
committer | GitHub <noreply@github.com> | Wed May 26 13:01:46 2021 -0700 |
tree | e04203b672c22f76c19ab973277d1a46336ce9c3 | |
parent | 3737676d83cc5b74e88d507c58826d7d176f36d9 [diff] |
Add internal.bzl to EXTRA_DIST. (#8663) internal.bzl is required to load java/core/BUILD and java/lite/BUILD, so it must be distributed.
diff --git a/Makefile.am b/Makefile.am index 8cf5473..573003b 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -1427,7 +1427,8 @@ third_party/zlib.BUILD \ third_party/wyhash/LICENSE \ third_party/wyhash/wyhash.h \ - util/python/BUILD + util/python/BUILD \ + internal.bzl # Deletes all the files generated by autogen.sh.