summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl-Philipp Richter <krichter722@aol.de>2015-02-04 21:33:38 +0100
committerColin Walters <walters@verbum.org>2015-02-13 15:25:10 -0500
commit9ad7b47d8cb17873bfe38bebd866c38fbffdc034 (patch)
tree1c6d18bdbdf8521f93cdf19ae6238595456e89d4
parent2b15e2ffa4ecb4d3bce009c7c91d946f9d136bdb (diff)
downloadgobject-introspection-9ad7b47d8cb17873bfe38bebd866c38fbffdc034.tar.gz
adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during autoreconf
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9965ae27..fcbdb430 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability parallel-tests])
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability parallel-tests subdir-objects])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])