Add enable kernel channel support
[lttng-tools.git] / lttng / Makefile.am
index a2afb9fad1242648b2bed58c129b5a3cc594ebeb..ef2ddc1e01a8488eca16c45bdc4b6e0830e841e4 100644 (file)
@@ -5,7 +5,8 @@ bin_PROGRAMS = lttng
 lttng_SOURCES = conf.c commands/start.c commands/add_channel.c \
                                commands/list.c commands/create.c commands/destroy.c \
                                commands/stop.c commands/enable_events.c \
-                               commands/disable_events.c utils.c lttng.c
+                               commands/disable_events.c commands/enable_channels.c \
+                               utils.c lttng.c
 
 lttng_LDADD = \
                $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.023834 seconds and 5 git commands to generate.