From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Allow trace-cmd to use the new API of libtraceevent 1.3 (namely the new logging functions) and the API of libtracefs (have access to some of the writing functions). Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d8fea0d..b7783d60 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ export LIBTRACECMD_VERSION VERSION_FILE = ltc_version.h -LIBTRACEEVENT_MIN_VERSION = 1.2 -LIBTRACEFS_MIN_VERSION = 1.1 +LIBTRACEEVENT_MIN_VERSION = 1.3 +LIBTRACEFS_MIN_VERSION = 1.2 MAKEFLAGS += --no-print-directory -- 2.29.2