X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2FMakefile.am;h=1105143f37111bad33ce3b074f6ddb7ea6998b83;hp=2efd94e1dba914824be589a1aa2ac4b99a1325f7;hb=038238aa959d8e8e8b7c465024ca37599fcc4056;hpb=3f5fa9ed7f1b26c152c7702a81ef77a40a2f1372 diff --git a/lttng/Makefile.am b/lttng/Makefile.am index 2efd94e1d..1105143f3 100644 --- a/lttng/Makefile.am +++ b/lttng/Makefile.am @@ -1,6 +1,5 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include - -INCLUDES = -DINSTALL_PATH=\""$(bindir)"\" +AM_CPPFLAGS = -I$(top_srcdir)/include \ + -DINSTALL_BIN_PATH=\""$(bindir)"\" bin_PROGRAMS = lttng @@ -10,7 +9,7 @@ lttng_SOURCES = cmd.h conf.c conf.h commands/start.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 utils.h lttng.c + commands/calibrate.c utils.c utils.h lttng.c lttng_LDADD = \ $(top_builddir)/liblttngctl/liblttngctl.la