diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-29 00:45:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-29 00:45:09 +0000 |
commit | 4bf5485791b743cece52e2defa8c8efdf389b57a (patch) | |
tree | da7419ce979eaeb23133fbdfa13129abcde1cfc9 /lib/libucl | |
parent | a7f8c4eb4cbddfb882774651c2bc62ca38925859 (diff) | |
parent | 1eea90048f8f0e6360171d254c1f60f41a090814 (diff) | |
download | src-4bf5485791b743cece52e2defa8c8efdf389b57a.tar.gz src-4bf5485791b743cece52e2defa8c8efdf389b57a.zip |
Notes
Diffstat (limited to 'lib/libucl')
-rw-r--r-- | lib/libucl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 830c198bb490..31bd3166f045 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -16,6 +16,8 @@ SRCS= ucl_emitter_streamline.c \ .PATH: ${LIBUCL}/src +LIBADD= m + WARNS= 1 CFLAGS+= -I${LIBUCL}/include \ -I${LIBUCL}/src \ |