summaryrefslogtreecommitdiffstats
path: root/lib/libucl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libucl/Makefile')
-rw-r--r--lib/libucl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile
index b94f3da..310e8b7 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
OpenPOWER on IntegriCloud