From 4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 27 Oct 2015 21:19:11 +0000 Subject: Update libucl to git snapshot 20151027 (77d9d33) --- utils/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index 61e06a7cc0a2..41a393049773 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -11,8 +11,12 @@ ucl_objdump_SOURCES = objdump.c ucl_objdump_LDADD = $(common_utils_ldadd) ucl_objdump_CFLAGS = $(common_utils_cflags) +ucl_tool_SOURCES = ucl-tool.c +ucl_tool_LDADD = $(common_utils_ldadd) +ucl_tool_CFLAGS = $(common_utils_cflags) + if UTILS -UTL = ucl_chargen ucl_objdump +UTL = ucl_chargen ucl_objdump ucl_tool else UTL = endif -- cgit v1.3