X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2FMakefile.am;h=1105143f37111bad33ce3b074f6ddb7ea6998b83;hp=c0250641950450abef0008663c7df9612f07220f;hb=038238aa959d8e8e8b7c465024ca37599fcc4056;hpb=26cc6b4e17dc888cd894ef1f42a83c59d7f8a95f diff --git a/lttng/Makefile.am b/lttng/Makefile.am index c02506419..1105143f3 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -1,12 +1,15 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include \ + -DINSTALL_BIN_PATH=\""$(bindir)"\" bin_PROGRAMS = lttng -lttng_SOURCES = conf.c commands/start.c commands/add_channel.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 utils.c lttng.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