jsoncat, histogram_perf: add missing dependencies

These weren't needed for static linking, but popped
up as problems with some upcoming patches enabling
individual shared libraries.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Iba13926bd504831046eeb48da8f35e7df9ef8801

Reviewed-on: https://review.gerrithub.io/422442
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Jim Harris 2018-08-15 09:19:46 -07:00
parent 5e181ba84f
commit e7c9f62046
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ APP = histogram_perf
C_SRCS = histogram_perf.c
SPDK_LIB_LIST = thread util
SPDK_LIB_LIST = thread util log
LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)

View File

@ -39,9 +39,9 @@ APP = jsoncat
C_SRCS = jsoncat.c
SPDK_LIB_LIST = json thread util
SPDK_LIB_LIST = json thread util log
LIBS += $(SPDK_LIB_LINKER_ARGS)
LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)
all: $(APP)
@: