X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng%2FMakefile.am;h=a2afb9fad1242648b2bed58c129b5a3cc594ebeb;hb=e953ef25cbc11fb112aa2e23bf2d44867fe585ed;hp=de2f22cdc435f99fe4e5e28cbee4e09051efba96;hpb=f3ed775ef4842019b396f06095b053c3a70bc3c8;p=lttng-tools.git diff --git a/lttng/Makefile.am b/lttng/Makefile.am index de2f22cdc..a2afb9fad 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -2,10 +2,10 @@ 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 \ - utils.c lttng.c + commands/disable_events.c utils.c lttng.c lttng_LDADD = \ $(top_builddir)/liblttngctl/liblttngctl.la