summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2013-06-16 08:06:52 -0500
committerNicolas Williams <nico@cryptonector.com>2013-06-16 08:06:52 -0500
commitfe03bea19142cefb21830555d56ab2284d85388c (patch)
tree2be1ce8ae93c3bf8b47e1b9d4bf0c8b40c7a6b04 /Makefile.am
parent0ed6347d47e68c0bba4b93fae9028e84ec64b4b6 (diff)
Remove last remnant of main.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7da9ccff..c4f79e04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
JQ_INCS = jq_parser.h builtin.h bytecode.h compile.h execute.h \
forkable_stack.h frame_layout.h jv.h jv_alloc.h jv_aux.h jv_dtoa.h \
jv_file.h jv_parse.h jv_unicode.h locfile.h opcode.h opcode_list.h \
- parser.y jv_utf8_tables.h main.h lexer.l
+ parser.y jv_utf8_tables.h lexer.l
JQ_SRC = locfile.c opcode.c bytecode.c compile.c execute.c builtin.c \
jv.c jv_parse.c jv_print.c jv_dtoa.c jv_unicode.c jv_aux.c jv_file.c \