X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng%2FMakefile.am;h=45c1e8885d8b0aa327a310ee08dc73b15da8f037;hb=eb9cb8b758bc88e9117fd0726646a7c9ae4f7984;hp=947c750d4de5ff95cf655d54260736cb2bad7a4e;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git diff --git a/lttng/Makefile.am b/lttng/Makefile.am index 947c750d4..45c1e8885 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -1,10 +1,14 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -#AM_CFLAGS = $(LTTNG_LIBS) -lpopt bin_PROGRAMS = lttng -lttng_SOURCES = options.c lttng.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 \ + commands/set_session.c commands/version.c \ + utils.c lttng.c lttng_LDADD = \ $(top_builddir)/liblttngctl/liblttngctl.la -# $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la