summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl-Philipp Richter <krichter722@aol.de>2015-02-04 21:33:38 +0100
committerPhilip Chimento <philip.chimento@gmail.com>2018-02-08 22:22:21 -0800
commit6bc026104504275f7310fc796bc65ebf1941f82f (patch)
tree0a4b3fef6a542c03dc991dcf655930bdf31374de
parent31ab9496cb882a21a1b64b1ef39f06514073dea5 (diff)
downloadgobject-introspection-6bc026104504275f7310fc796bc65ebf1941f82f.tar.gz
adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during autoreconf
See #120.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a6e7b368..a3d9d165 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])