From 6c11da18a58cbf970770f8697c803a2d4c0cbb74 Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Fri, 2 Aug 2013 13:31:59 +0200 Subject: [PATCH] build: add subdir-objects to AM_INIT_AUTOMAKE Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index def62db..09b8f87 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_INIT([GStreamer],[1.1.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=G AG_GST_INIT dnl initialize automake (we require GNU make) -AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar]) +AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects]) dnl define PACKAGE_VERSION_* variables AS_VERSION -- 2.7.4