X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=7cf329ee24c03d59808dadffe6b9fb642fcb53e6;hp=e2040d8c39ef102151f8f6f6b46a351b6139a9ca;hb=54a0adbf3cf5cd691d57b9ebaef083cad30273e1;hpb=0c95f5b2ec754e905a0263cafc6e453f451d0ded diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index e2040d8c3..7cf329ee2 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 @@ -9,6 +12,13 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/disable_channels.c commands/add_context.c \ commands/set_session.c commands/version.c \ commands/calibrate.c commands/view.c \ + commands/snapshot.c \ + commands/save.c \ + commands/load.c \ + commands/track-untrack.c \ + commands/status.c \ utils.c utils.h lttng.c -lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la +lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ + $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/src/common/config/libconfig.la