From e8c277eeed5c277605f2ecc191f347f68fed0a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 28 Jan 2015 22:15:25 -0500 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1