Fix typo in Makefile.am.

This is a fix for a typo in commit 743a4322ba8332d0b78e30a699e1f3538f8b2093.

The missing newline continuation causes the re-generated Makefile to yield a parse error.
diff --git a/Makefile.am b/Makefile.am
index 4e5c164..b4e6ebd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1217,7 +1217,7 @@
   js/test_bootstrap.js                                                 \
   js/testbinary.proto                                                  \
   js/testempty.proto                                                   \
-  js/testlargenumbers.proto
+  js/testlargenumbers.proto                                            \
   js/experimental/runtime/testing/jasmine_protobuf.js                  \
   js/experimental/runtime/testing/ensure_custom_equality_test.js       \
   js/experimental/runtime/testing/binary/test_message.js               \