[gnome-keyring] configure: Use subdir-objects automake option



commit ef1fb4e8bc25c88f75a5576178086a4ef76dc87b
Author: Stef Walter <stefw gnome org>
Date:   Tue Sep 9 16:53:19 2014 +0200

    configure: Use subdir-objects automake option
    
    In order to shut up automake 1.14

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a20e81..f704429 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([build/m4])
 AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR([daemon/gkd-main.c])
-AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip parallel-tests])
+AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip parallel-tests subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_SANITY_CHECK


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]