aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Longmuir <marcus.longmuir@improbable.io>2017-01-07 00:59:47 +0000
committerBo Yang <paulyang1211@gmail.com>2017-01-09 11:45:52 -0800
commit83fb8c7d29a221851817fd889a716654f6bfb96c (patch)
tree4aacea3ce87d0db28f9e8b5de913cd60184ad4a7 /Makefile.am
parent64cbfab937d3b9a176dfdf7d32c2ac8b29e30fca (diff)
downloadprotobuf-83fb8c7d29a221851817fd889a716654f6bfb96c.tar.gz
protobuf-83fb8c7d29a221851817fd889a716654f6bfb96c.tar.bz2
protobuf-83fb8c7d29a221851817fd889a716654f6bfb96c.zip
Fix generation of extending nested messages in JavaScript (#2439)
* Fix generation of extending nested messages in JavaScript * Added missing test8.proto to build
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c115993..e0c2052f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -854,6 +854,7 @@ js_EXTRA_DIST= \
js/test3.proto \
js/test4.proto \
js/test5.proto \
+ js/test8.proto \
js/test_bootstrap.js \
js/testbinary.proto \
js/testempty.proto