summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-07-26 23:26:30 -0500
committerNicolas Williams <nico@cryptonector.com>2015-07-26 23:26:30 -0500
commit7f251344b7436b77aaefdda959d81df596de956d (patch)
tree835747ba6ba862c70fabc10cb0921c57f33ab923
parent21309bc6d7c783c5614575603a197bfac35b5dab (diff)
Fix make dist (fix #870)jq-1.5rc2
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 15d1b298..7f316b0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -154,7 +154,7 @@ EXTRA_DIST = $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) jq.spec \
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 \