aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2016-10-11 10:36:25 -0700
committerGitHub <noreply@github.com>2016-10-11 10:36:25 -0700
commit60d95f36c0081a03b947c2b625c10841bb19736c (patch)
tree18a505eb1da4f6072afb9344af72880f0d789d3a /Makefile.am
parent0321baf9e855a2b664436605c7067f348e1d7284 (diff)
downloadprotobuf-60d95f36c0081a03b947c2b625c10841bb19736c.tar.gz
protobuf-60d95f36c0081a03b947c2b625c10841bb19736c.tar.bz2
protobuf-60d95f36c0081a03b947c2b625c10841bb19736c.zip
Fix the bug that message without namespace is not found in the descriptor pool. (#2240)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 69d162e1..de197088 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -600,6 +600,8 @@ php_EXTRA_DIST= \
php/tests/test_include.pb.php \
php/tests/map_field_test.php \
php/tests/test_base.php \
+ php/tests/test_no_namespace.proto \
+ php/tests/test_no_namespace.pb.php \
php/tests/test_util.php \
php/tests/test.proto \
php/tests/test.pb.php \