X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng%2FMakefile.am;h=159d81728e1dfe2c59d8e47d6742441ec3b4809d;hb=24ccb5f387f66603973a447728262c744e9a7218;hp=de2f22cdc435f99fe4e5e28cbee4e09051efba96;hpb=f3ed775ef4842019b396f06095b053c3a70bc3c8;p=lttng-tools.git diff --git a/lttng/Makefile.am b/lttng/Makefile.am index de2f22cdc..159d81728 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -2,9 +2,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/include bin_PROGRAMS = lttng -lttng_SOURCES = config.c commands/start.c commands/add_channel.c \ +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 commands/enable_channels.c \ + commands/disable_channels.c commands/add_context.c \ utils.c lttng.c lttng_LDADD = \