aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-20 23:34:05 +0000
committerBo Yang <teboring@google.com>2016-10-10 11:39:55 -0700
commitfe1aaad7fe27311b9259525f391d50e9d68b19ba (patch)
tree659e9295585bda17f8d009fa63072e16a3bc79bb /Makefile.am
parent15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b (diff)
downloadprotobuf-fe1aaad7fe27311b9259525f391d50e9d68b19ba.tar.gz
protobuf-fe1aaad7fe27311b9259525f391d50e9d68b19ba.tar.bz2
protobuf-fe1aaad7fe27311b9259525f391d50e9d68b19ba.zip
Fix bugs for internal integration.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 72386d87..61f65b2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -617,6 +617,7 @@ python_EXTRA_DIST= \
python/google/protobuf/internal/symbol_database_test.py \
python/google/protobuf/internal/test_bad_identifiers.proto \
python/google/protobuf/internal/test_util.py \
+ python/google/protobuf/internal/testing_refleaks.py \
python/google/protobuf/internal/text_encoding_test.py \
python/google/protobuf/internal/text_format_test.py \
python/google/protobuf/internal/type_checkers.py \
@@ -648,6 +649,8 @@ python_EXTRA_DIST= \
python/google/protobuf/pyext/map_container.h \
python/google/protobuf/pyext/message.cc \
python/google/protobuf/pyext/message.h \
+ python/google/protobuf/pyext/message_factory.cc \
+ python/google/protobuf/pyext/message_factory.h \
python/google/protobuf/pyext/message_module.cc \
python/google/protobuf/pyext/proto2_api_test.proto \
python/google/protobuf/pyext/python.proto \
@@ -748,6 +751,7 @@ js_EXTRA_DIST= \
js/gulpfile.js \
js/jasmine.json \
js/map.js \
+ js/maps_test.js \
js/message.js \
js/message_test.js \
js/node_loader.js \