summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 22:15:25 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 22:15:25 -0500
commite8c277eeed5c277605f2ecc191f347f68fed0a61 (patch)
treeedd236c404ef72f613f2495aff24bb902cec3b50
parente7857ade23f9771d250e4c3be772a1dcdc0584d5 (diff)
downloadfarstream-e8c277eeed5c277605f2ecc191f347f68fed0a61.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 3d88ed3a..b0826db8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT(Farstream, 0.2.6.1,
AG_GST_INIT
dnl initialize automake
-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability subdir-objects])
dnl define PACKAGE_VERSION_* variables
AS_VERSION