summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2014-06-09 18:58:46 -0500
committerNicolas Williams <nico@cryptonector.com>2014-06-09 18:58:46 -0500
commite73951f3d1928591b3a9a60de11ae975a21e621f (patch)
tree8ac1a5b193cc0bfec2ce4fbe85fc90e060472c26
parentfdf843c08b00d86fd7bc5d154868193c24abdda8 (diff)
Add lib.h to dist file listjq-1.4
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \