From e73951f3d1928591b3a9a60de11ae975a21e621f Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 9 Jun 2014 18:58:46 -0500 Subject: Add lib.h to dist file list --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 78a33d4e..2e1e79bb 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 \ -- cgit v1.2.3