diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-22 17:28:14 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-22 17:28:14 +0000 |
commit | b471b8e16d6f2c205ae497402bad0a60c9cd6fa8 (patch) | |
tree | aabc973b2e4479277f8fe9aa0e8ed539826fdca3 /lib/libucl | |
parent | 841158cbfbfc6b699dbc10892c6cb878a66a5d7e (diff) | |
parent | 6b4d859b54b28a9d46c317ff21676aa37241f6de (diff) | |
download | FreeBSD-src-b471b8e16d6f2c205ae497402bad0a60c9cd6fa8.zip FreeBSD-src-b471b8e16d6f2c205ae497402bad0a60c9cd6fa8.tar.gz |
Update to 20140321
This brings schema validation
MFC after: 1 week
Diffstat (limited to 'lib/libucl')
-rw-r--r-- | lib/libucl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 1bb076d..3832c9f 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -8,6 +8,7 @@ SHLIB_MAJOR= 1 SRCS= ucl_emitter.c \ ucl_hash.c \ ucl_parser.c \ + ucl_schema.c \ ucl_util.c \ xxhash.c |