Fix: add missing UST abi header for make dist
authorDavid Goulet <dgoulet@efficios.com>
Mon, 7 Jan 2013 19:37:16 +0000 (14:37 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 7 Jan 2013 19:37:18 +0000 (14:37 -0500)
Reported-by: Samuel Martin <smartin@aldebaran-robotics.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/Makefile.am

index 3618ed073c96a0fb4ebd4dd701dde96ce5bc477d..0964c9402c751e5444b76e7890ccf400cd5bf4c1 100644 (file)
@@ -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 \
This page took 0.024872 seconds and 4 git commands to generate.