summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz@gmail.com>2013-08-02 14:11:01 +0200
committerTim-Philipp Müller <tim@centricular.net>2013-08-07 15:27:01 +0100
commit3b0764d54595b0cd3576198190edc3e9e7e91fd7 (patch)
treed28455f2c846aaaf8c1339f8fa9210e7b6533851
parentf124d112985b6aac9c2181a5933c67dc4975102f (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 0c2ad62..d662ace 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT(Gst-RTSP, 0.11.90.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