From f44ecf3872571ef0c65f9e03570430be67327322 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Sun, 23 Jun 2013 11:16:41 +0100 Subject: Remove Autoconf-generated config.h. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3