From e29b4e3bc23e402018dc00256bd28baeb2d450d0 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 3 Mar 2022 17:58:57 +0000 Subject: [PATCH] Update Makefile.am with new Python files --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 055198165..c6787cc05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1037,7 +1037,10 @@ python_EXTRA_DIST= \ python/google/protobuf/internal/factory_test2.proto \ python/google/protobuf/internal/file_options_test.proto \ python/google/protobuf/internal/generator_test.py \ + python/google/protobuf/internal/import_test.py \ python/google/protobuf/internal/import_test_package/__init__.py \ + python/google/protobuf/internal/import_test_package/import_public.proto \ + python/google/protobuf/internal/import_test_package/import_public_nested.proto \ python/google/protobuf/internal/import_test_package/inner.proto \ python/google/protobuf/internal/import_test_package/outer.proto \ python/google/protobuf/internal/json_format_test.py \