commit | e73951f3d1928591b3a9a60de11ae975a21e621f | [log] [tgz] |
---|---|---|
author | Nicolas Williams <nico@cryptonector.com> | Mon Jun 09 18:58:46 2014 -0500 |
committer | Nicolas Williams <nico@cryptonector.com> | Mon Jun 09 18:58:46 2014 -0500 |
tree | 8ac1a5b193cc0bfec2ce4fbe85fc90e060472c26 | |
parent | fdf843c08b00d86fd7bc5d154868193c24abdda8 [diff] |
Add lib.h to dist file list
diff --git a/Makefile.am b/Makefile.am index 78a33d4..2e1e79b 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -1,7 +1,7 @@ ### C source files to be built and distributed. LIBJQ_INCS = jq_parser.h builtin.h bytecode.h compile.h exec_stack.h \ - jv_alloc.h jv_dtoa.h jv_unicode.h locfile.h \ + libm.h jv_alloc.h jv_dtoa.h jv_unicode.h locfile.h \ opcode_list.h parser.y jv_utf8_tables.h lexer.l LIBJQ_SRC = locfile.c bytecode.c compile.c execute.c builtin.c jv.c \