diff --git a/tools/acrn-crashlog/Makefile b/tools/acrn-crashlog/Makefile index 72050c235..12d704d9b 100644 --- a/tools/acrn-crashlog/Makefile +++ b/tools/acrn-crashlog/Makefile @@ -27,7 +27,7 @@ ifeq ($(strip $(LIB_EXIST)),libsystemd-journal.so) EXTRA_LIBS = -lsystemd-journal endif LIB_EXIST = $(findstring libtelemetry.so, $(LDCNF)) -ifeq ($(strip $(LIB_EXIST)),libtelemetryxx.so) +ifeq ($(strip $(LIB_EXIST)),libtelemetry.so) CFLAGS += -DHAVE_TELEMETRICS_CLIENT EXTRA_LIBS += -ltelemetry endif