diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-18 06:58:01 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-18 06:58:01 +0000 |
| commit | 3dcf5eb70598c88befd62f61f81e283e568ec519 (patch) | |
| tree | 96497f945ddb4dfe861d3b28b15907997f8d7e30 /lib/libucl | |
| parent | 311cacb4966bad677a7a8f27f6f80a784aaefd1d (diff) | |
| parent | f4dd0993e1caedccd8cc6a4fe8a82bd185cafb0b (diff) | |
Notes
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 3832c9fdd1944..830c198bb4903 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 \ |
