From: Mathieu Desnoyers Date: Fri, 16 Aug 2013 21:35:38 +0000 (-0400) Subject: Prepare for automake deprecation of missing subdir-objects X-Git-Tag: v2.2.4~16 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=5e55b3e1a69b0fd9482e7bc192dd299eea236fa4;p=lttng-tools.git Prepare for automake deprecation of missing subdir-objects Ensure old and new automake will behave in the same way. Fixes #594 Signed-off-by: Mathieu Desnoyers --- diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 21eebab7d..086bc8284 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -1,6 +1,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ -DINSTALL_BIN_PATH=\""$(bindir)"\" +AUTOMAKE_OPTIONS = subdir-objects + bin_PROGRAMS = lttng lttng_SOURCES = command.h conf.c conf.h commands/start.c \