diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-01-28 21:56:49 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-01-28 21:56:49 -0500 |
commit | 7e571b22d5e236d17e3575a8723b5c07f7fa30e4 (patch) | |
tree | c85b62d63af7e7bbe951e2ab9e9cc097d24d8230 | |
parent | d753d1278d77b3dbbcdb296d955e50be7f3ab470 (diff) | |
download | libnice-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.ac | 2 |
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 |