Skip to content

Commit

Permalink
Add lib.h to dist file list
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jun 9, 2014
1 parent fdf843c commit e73951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit e73951f

Please sign in to comment.