From af4e4d430bea0a1ca519d4ff14164661131462d9 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 915184213ce9..db3a40e1d671 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 \ @@ -1029,7 +1028,6 @@ python_EXTRA_DIST= \ python/google/protobuf/json_format.py \ python/google/protobuf/message.py \ python/google/protobuf/message_factory.py \ - python/google/protobuf/python_protobuf.h \ python/google/protobuf/proto_api.h \ python/google/protobuf/proto_builder.py \ python/google/protobuf/pyext/README \