diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:24:09 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:24:09 +0000 |
| commit | 39ee7a7a6bdd1557b1c3532abf60d139798ac88b (patch) | |
| tree | 9b000a9777302debbb64fb5d2b8670bf0685b757 /lib/libucl | |
| parent | 48332b1c7a08d50af1351b25e227006ae29324bc (diff) | |
| parent | 4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (diff) | |
Notes
Diffstat (limited to 'lib/libucl')
| -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 310e8b70c071..09a0bf2cc2a3 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 |
