From 9e381c05f525ae7623573cdb0536a18904dab451 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Tue, 12 Feb 2019 14:13:32 -0800 Subject: [PATCH] Include compiler_config_setting.bzl in release tarballs (#5715) This should fix #5696. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5af3f31301..598b7c8e16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1087,6 +1087,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ cmake/protoc.cmake \ cmake/tests.cmake \ cmake/version.rc.in \ + compiler_config_setting.bzl \ editors/README.txt \ editors/proto.vim \ editors/protobuf-mode.el \