diff options
Diffstat (limited to 'lib/libucl/Makefile')
| -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 3832c9fdd194..830c198bb490 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 \ |
