From d26c59c5718ae2f725287cb5997f2902e095ea31 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 16 Aug 2013 17:35:38 -0400 Subject: [PATCH] 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 --- src/bin/lttng/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index b7aa05d28..c3a43fa2f 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 \ -- 2.34.1