aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Andy Hochhaus <ahochhaus@samegoal.com>2016-05-22 21:44:16 -0700
committerGravatar Andy Hochhaus <ahochhaus@samegoal.com>2016-05-22 21:44:16 -0700
commit7336092d37b2aba1bba0d68c9ada4b1e6c2e5ed3 (patch)
treea74dae0555e937e7eadbd5897051e9526b8b7c23 /Makefile.am
parent594ce567ab8a0fd77604ae4a1748cc4f88a24cdf (diff)
Add js/binary/encoder.js to js_EXTRA_DIST.
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 3e988816..31ca9a14 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 \