diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-04 16:28:54 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-04 16:28:54 +0000 |
| commit | 5551c573554e4bb755565098222d0d74fa83e5cb (patch) | |
| tree | 5cd31e3767f29d82f87cfe495e4ebad8fb41da45 /lib/libucl | |
| parent | 98becbfc3c40540968109c02d504fa1bec1adc78 (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 b94f3dac40f6..310e8b70c071 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -14,8 +14,10 @@ SRCS= ucl_emitter_streamline.c \ ucl_util.c \ xxhash.c -.PATH: ${LIBUCL}/src +.PATH: ${LIBUCL}/src \ + ${LIBUCL}/include +INCS= ucl.h LIBADD= m WARNS= 1 |
