X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=ac4063b7a3ea5d7c3528a05a172bcecd449a6f6d;hp=0381aa6560838df6591c5b798496a430655df19a;hb=c864d6d788c58de94111911a9e10d221ec8bc398;hpb=00e2e675d54dc726a7c8f8887c889cc8ef022003 diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 0381aa656..ac4063b7a 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -1,4 +1,7 @@ -AM_CPPFLAGS = -DINSTALL_BIN_PATH=\""$(bindir)"\" +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ + -DINSTALL_BIN_PATH=\""$(bindir)"\" + +AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = lttng @@ -10,6 +13,8 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/set_session.c commands/version.c \ commands/calibrate.c commands/view.c \ commands/enable_consumer.c commands/disable_consumer.c \ + commands/snapshot.c \ + commands/save.c \ utils.c utils.h lttng.c lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \