Signed-off-by: David Goulet <dgoulet@efficios.com>
bin_PROGRAMS = lttng
-lttng_SOURCES = cmd.h conf.c conf.h commands/start.c \
+lttng_SOURCES = command.h conf.c conf.h commands/start.c \
commands/list.c commands/create.c commands/destroy.c \
commands/stop.c commands/enable_events.c \
commands/disable_events.c commands/enable_channels.c \
AM_CFLAGS = -fno-strict-aliasing
-noinst_HEADERS = lttng-kernel.h defaults.h macros.h
+noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h
noinst_LTLIBRARIES = libcommon.la