diff options
author | bapt <bapt@FreeBSD.org> | 2015-10-27 21:24:09 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-10-27 21:24:09 +0000 |
commit | 1db684f7ee1410ba0acf51937dc2748211c38efa (patch) | |
tree | 9b000a9777302debbb64fb5d2b8670bf0685b757 /lib/libucl/Makefile | |
parent | f4de602b0d1cd88f3d73de6148c83c4158e58a15 (diff) | |
parent | bf66c97c4a64e64410bf0223d221a54ca9555f52 (diff) | |
download | FreeBSD-src-1db684f7ee1410ba0acf51937dc2748211c38efa.zip FreeBSD-src-1db684f7ee1410ba0acf51937dc2748211c38efa.tar.gz |
Update libucl to latest git snapshot (20151027)
Diffstat (limited to 'lib/libucl/Makefile')
-rw-r--r-- | lib/libucl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 310e8b7..09a0bf2 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -9,8 +9,10 @@ SRCS= ucl_emitter_streamline.c \ ucl_emitter_utils.c \ ucl_emitter.c \ ucl_hash.c \ + ucl_msgpack.c \ ucl_parser.c \ ucl_schema.c \ + ucl_sexp.c \ ucl_util.c \ xxhash.c |