Commit e7c9f620 authored by Jim Harris's avatar Jim Harris
Browse files

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: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Iba13926bd504831046eeb48da8f35e7df9ef8801

Reviewed-on: https://review.gerrithub.io/422442


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
parent 5e181ba8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)

+2 −2
Original line number Diff line number Diff line
@@ -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)
	@: