From 7336092d37b2aba1bba0d68c9ada4b1e6c2e5ed3 Mon Sep 17 00:00:00 2001 From: Andy Hochhaus Date: Sun, 22 May 2016 21:44:16 -0700 Subject: [PATCH] Add js/binary/encoder.js to js_EXTRA_DIST. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3e9888166f..31ca9a14ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -675,6 +675,7 @@ js_EXTRA_DIST= \ js/binary/constants.js \ js/binary/decoder.js \ js/binary/decoder_test.js \ + js/binary/encoder.js \ js/binary/proto_test.js \ js/binary/reader.js \ js/binary/reader_test.js \