X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2FMakefile.am;h=1105143f37111bad33ce3b074f6ddb7ea6998b83;hp=947c750d4de5ff95cf655d54260736cb2bad7a4e;hb=3b25d04d4b29a50147e9b42b475153d7b80d1dff;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3 diff --git a/lttng/Makefile.am b/lttng/Makefile.am index 947c750d4..1105143f3 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -1,10 +1,15 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -#AM_CFLAGS = $(LTTNG_LIBS) -lpopt +AM_CPPFLAGS = -I$(top_srcdir)/include \ + -DINSTALL_BIN_PATH=\""$(bindir)"\" bin_PROGRAMS = lttng -lttng_SOURCES = options.c lttng.c +lttng_SOURCES = cmd.h conf.c conf.h 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 commands/version.c \ + commands/calibrate.c utils.c utils.h lttng.c lttng_LDADD = \ $(top_builddir)/liblttngctl/liblttngctl.la -# $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la