Prepare for automake deprecation of missing subdir-objects
[lttng-tools.git] / src / bin / lttng / Makefile.am
index 0381aa6560838df6591c5b798496a430655df19a..c3a43fa2f2182b45d4d371dcf79d405a8e60fffe 100644 (file)
@@ -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,7 @@ 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 \
                                utils.c utils.h lttng.c
 
 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
This page took 0.026134 seconds and 5 git commands to generate.