summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-06-23 11:16:41 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-06-23 12:01:58 +0100
commitf44ecf3872571ef0c65f9e03570430be67327322 (patch)
tree163797ed631befe85aa2911f80b05bc428146a82 /Makefile.am
parent1c9e03f8009be4ff6d4e79f5399c476e13caca45 (diff)
Remove Autoconf-generated config.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 228e78cf..b3b8fa0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,9 +112,8 @@ DOC_FILES = docs/content docs/public docs/templates docs/site.yml \
# setup is only used by distribution developers, not package developers.
# Still, as a matter of allowing patching, its not a bad idea to distribute
# the developer setup script in the tarball.
-EXTRA_DIST = config.h.in $(man_MANS) $(TESTS) \
- $(TEST_LOG_COMPILER) gen_utf8_tables.py jq.spec \
- $(DOC_FILES) scripts/version \
+EXTRA_DIST = $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
+ gen_utf8_tables.py jq.spec $(DOC_FILES) scripts/version \
parser.h parser.c lexer.h lexer.c libjq.map
# README.md is expected in Github projects, good stuff in it, so we'll