diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-18 06:58:01 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-18 06:58:01 +0000 |
commit | 2c479407e0afce2c05606d6d9c052858196fcea2 (patch) | |
tree | 96497f945ddb4dfe861d3b28b15907997f8d7e30 /lib/libucl | |
parent | d8612e9432a6a6bdeb374817db86445640e36cd4 (diff) | |
parent | f900132171b58516e797b158ec4ae0f93501bed4 (diff) | |
download | FreeBSD-src-2c479407e0afce2c05606d6d9c052858196fcea2.zip FreeBSD-src-2c479407e0afce2c05606d6d9c052858196fcea2.tar.gz |
Update libucl to the 2014-07-16 snapshot
This update brings streamlined ucl emitter support
Diffstat (limited to 'lib/libucl')
-rw-r--r-- | lib/libucl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 3832c9f..830c198 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -5,7 +5,9 @@ LIBUCL= ${.CURDIR}/../../contrib/libucl LIB= ucl PRIVATELIB= true SHLIB_MAJOR= 1 -SRCS= ucl_emitter.c \ +SRCS= ucl_emitter_streamline.c \ + ucl_emitter_utils.c \ + ucl_emitter.c \ ucl_hash.c \ ucl_parser.c \ ucl_schema.c \ |