diff options
author | Lubosz Sarnecki <lubosz@gmail.com> | 2013-08-02 14:11:01 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-08-09 20:25:42 +0100 |
commit | 3384e6a7386f267279c66c60a4ca8e571b1a8891 (patch) | |
tree | 52e566299b9e9e9ad3d00354fed245739eb37e90 /configure.ac | |
parent | b456878697efc4f1b718c2bdd40eaf824e106e8a (diff) | |
download | gstreamer-plugins-bad-3384e6a7386f267279c66c60a4ca8e571b1a8891.tar.gz |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d7dfe35d3..94e790b82 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_INIT([GStreamer Bad 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 |