diff options
author | Karl-Philipp Richter <krichter722@aol.de> | 2015-02-04 21:33:38 +0100 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-02-13 15:25:10 -0500 |
commit | 9ad7b47d8cb17873bfe38bebd866c38fbffdc034 (patch) | |
tree | 1c6d18bdbdf8521f93cdf19ae6238595456e89d4 /configure.ac | |
parent | 2b15e2ffa4ecb4d3bce009c7c91d946f9d136bdb (diff) | |
download | gobject-introspection-9ad7b47d8cb17873bfe38bebd866c38fbffdc034.tar.gz |
adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during autoreconf
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |