From: David Goulet Date: Mon, 7 Jan 2013 19:37:16 +0000 (-0500) Subject: Fix: add missing UST abi header for make dist X-Git-Tag: v2.2.0-rc1~130 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=57edb4644d36f60101d929827aa1910b4c362fb9 Fix: add missing UST abi header for make dist Reported-by: Samuel Martin Signed-off-by: David Goulet --- 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 \