Fix make dist (fix #870)
diff --git a/Makefile.am b/Makefile.am
index 15d1b29..7f316b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -154,7 +154,7 @@
 	tests/modules/.jq tests/modules/a.jq tests/modules/b/b.jq	\
 	tests/modules/c/c.jq tests/modules/c/d.jq			\
 	tests/modules/lib/jq/e/e.jq tests/modules/lib/jq/f.jq		\
-	tests/modules/streaming.jq tests/modules/data.json		\
+	tests/modules/data.json						\
 	tests/modules/syntaxerror/syntaxerror.jq			\
 	tests/modules/test_bind_order.jq				\
 	tests/modules/test_bind_order0.jq				\