diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-22 17:28:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-22 17:28:14 +0000 |
commit | 97bd480fe38abb5950359b9d864a62037b4ab5f7 (patch) | |
tree | aabc973b2e4479277f8fe9aa0e8ed539826fdca3 /lib/libucl | |
parent | b116e44cb056feb5952162b4bfa4431d9354d822 (diff) | |
parent | bfc6d68337150c52c8ce2dc6a7d19a9d1bd92795 (diff) | |
download | src-97bd480fe38abb5950359b9d864a62037b4ab5f7.tar.gz src-97bd480fe38abb5950359b9d864a62037b4ab5f7.zip |
Notes
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 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 |