summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoe Littlejohn <joe.littlejohn@nokia.com>2013-08-19 13:40:08 +0100
committerJoe Littlejohn <joe.littlejohn@nokia.com>2013-08-19 13:40:08 +0100
commit111aea3f0ab9d0f8324a03ebe950dac0c82fb4cf (patch)
treeee5d673daec7ee73d7670e11daa239b694523724 /Makefile.am
parentd25341478381063d1c76e81b3a52e0592a7c997f (diff)
downloadjq-111aea3f0ab9d0f8324a03ebe950dac0c82fb4cf.tar.gz
Fix Makefile after refactoring of stacks in 05d90517b02
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 a0d31b7..e518485 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
### C source files to be built and distributed.
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 \
+ exec_stack.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 lexer.l