X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng%2FMakefile.am;h=91cf32bfa5156c28531aa1656c2d82da4aec8bcf;hb=7d29a2477524f7ee2ee46a94e538e6141f5ecc0e;hp=6aefbae31ba1bf4b5ed0821215e39cd0a021be21;hpb=3087ef18ecb79a3fcef9c8bb8a3e9dc1ea228ff0;p=lttng-tools.git diff --git a/lttng/Makefile.am b/lttng/Makefile.am index 6aefbae31..91cf32bfa 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -2,12 +2,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/include bin_PROGRAMS = lttng -lttng_SOURCES = conf.c commands/start.c commands/add_channel.c \ +lttng_SOURCES = conf.c 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 \ commands/disable_channels.c commands/add_context.c \ - commands/set_session.c utils.c lttng.c + commands/set_session.c commands/version.c \ + utils.c lttng.c lttng_LDADD = \ $(top_builddir)/liblttngctl/liblttngctl.la