summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-09-09 16:53:19 +0200
committerStef Walter <stefw@gnome.org>2014-09-09 16:53:42 +0200
commitef1fb4e8bc25c88f75a5576178086a4ef76dc87b (patch)
tree6fd8bde93c2753064e8cdccff1f2a6faa41fd774
parent7e75a62e846551c19b9c875f7b237a07ee3b93e1 (diff)
configure: Use subdir-objects automake option
In order to shut up automake 1.14
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5a20e81d..f7044299 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