From 7e22bcb39756524c3430ee2d920a6f2221456dbc Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Mon, 19 Apr 2021 21:46:04 +0300 Subject: [PATCH] Fix automake input --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 915184213ce9..6ada207e299a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1008,7 +1008,6 @@ python_EXTRA_DIST= \ python/google/protobuf/internal/packed_field_test.proto \ python/google/protobuf/internal/proto_builder_test.py \ python/google/protobuf/internal/python_message.py \ - python/google/protobuf/internal/python_protobuf.cc \ python/google/protobuf/internal/reflection_test.py \ python/google/protobuf/internal/service_reflection_test.py \ python/google/protobuf/internal/symbol_database_test.py \