X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=282ef9a4eb3012469ba1c70cfbca671eb3fb7d39;hb=4747a49b20089e4ac15d02a5191bd6cca8567e2f;hp=28673a910360627166943d1da20e2264999dcb7f;hpb=1c39da610b4b1e47a50ab51d9cdfc56d895f2b73;p=lttng-tools.git diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 28673a910..282ef9a4e 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = -DINSTALL_BIN_PATH=\""$(bindir)"\" 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 \