From fa31183250230b4af6ea485e23fb36e705b3f884 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 26 May 2021 15:01:46 -0500 Subject: [PATCH] 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8cf5473e2f1a..573003b90942 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1427,7 +1427,8 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ 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.