aboutsummaryrefslogtreecommitdiff
path: root/lib/libucl/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-22 17:28:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-22 17:28:14 +0000
commit97bd480fe38abb5950359b9d864a62037b4ab5f7 (patch)
treeaabc973b2e4479277f8fe9aa0e8ed539826fdca3 /lib/libucl/Makefile
parentb116e44cb056feb5952162b4bfa4431d9354d822 (diff)
parentbfc6d68337150c52c8ce2dc6a7d19a9d1bd92795 (diff)
downloadsrc-97bd480fe38abb5950359b9d864a62037b4ab5f7.tar.gz
src-97bd480fe38abb5950359b9d864a62037b4ab5f7.zip
Update to 20140321
This brings schema validation MFC after: 1 week
Notes
Notes: svn path=/head/; revision=263648
Diffstat (limited to 'lib/libucl/Makefile')
-rw-r--r--lib/libucl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile
index 1bb076ddb9e6..3832c9fdd194 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