Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz@gmail.com>2013-08-02 16:12:16 +0400
committerTim-Philipp Müller <tim@centricular.net>2013-08-02 18:31:48 +0400
commitb7ddd75fbcc71bcec464182ca7f02147b3a0d9ee (patch)
tree2ce60920c6c39f15e5062cb1e4d1f8d124830012 /configure.ac
parent9a13267e8597ce52231c82f3becab14ab538aad1 (diff)
build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f703f2086..40bb56d7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([GStreamer Good Plug-ins],[1.1.3.1],[http://bugzilla.gnome.org/enter_bug
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