summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz@gmail.com>2013-08-02 14:14:48 +0200
committerTim-Philipp Müller <tim@centricular.net>2013-08-02 15:34:03 +0100
commit68985ba2abda2775675de97a5ca6cb2e3e4c4682 (patch)
tree314ad2582963c0aea4865506aef16df7c31a27e6
parent96c15877f2f3a33047cf3eadcae9f247a7f96cdf (diff)
build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings in 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 3e1a5456..f15ec813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([GStreamer Ugly 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