summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 21:56:49 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 21:56:49 -0500
commit7e571b22d5e236d17e3575a8723b5c07f7fa30e4 (patch)
treec85b62d63af7e7bbe951e2ab9e9cc097d24d8230
parentd753d1278d77b3dbbcdb296d955e50be7f3ab470 (diff)
downloadlibnice-7e571b22d5e236d17e3575a8723b5c07f7fa30e4.tar.gz
configure: Add "subdir-objects" automake option
Automake now warns that it will be the only behavior in the future. So quell the warning by adding it.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2826022..9194507 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability])
+AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability subdir-objects])
AC_CONFIG_FILES([
Makefile