From 70aefb94304d49fcde5a9699a6b0cdd8e3769113 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 5 Sep 2013 14:19:14 +0200 Subject: [PATCH] Store object files in the same directory as the source files Future automake releases will apparently do that implicitly, but current releases spit out nasty warning messages. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e1d1a16e..a07bfa8d1 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # ============================ AC_INIT([strongSwan],[5.1.1dr3]) -AM_INIT_AUTOMAKE(tar-ustar) +AM_INIT_AUTOMAKE([tar-ustar subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_HEADERS([config.h])