From 57edb4644d36f60101d929827aa1910b4c362fb9 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 7 Jan 2013 14:37:16 -0500 Subject: [PATCH] Fix: add missing UST abi header for make dist Reported-by: Samuel Martin Signed-off-by: David Goulet --- src/bin/lttng-sessiond/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 3618ed073..0964c9402 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -17,7 +17,7 @@ lttng_sessiond_SOURCES = utils.c utils.h \ consumer.c consumer.h \ session.c session.h \ modprobe.c modprobe.h kern-modules.h \ - lttng-ust-ctl.h lttng-ust-abi.h \ + lttng-ust-ctl.h lttng-ust-abi.h lttng-ust-error.h \ fd-limit.c fd-limit.h \ kernel-consumer.c kernel-consumer.h \ consumer.h \ -- 2.34.1