summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz@gmail.com>2013-08-02 14:18:25 +0200
committerTim-Philipp Müller <tim@centricular.net>2013-08-07 13:03:24 +0100
commitd541d8527d90572422cbded8dd6ded50e2694e41 (patch)
treea743813544bf334be0824d12a3ffb07154b39b0f
parentefa5869ea3f3cad676652c8f0a562b433a0cb2cd (diff)
build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 649ff2c..1b534cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT(GStreamer libav, 1.1.3.1,
AG_GST_INIT
dnl initialize automake
-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