build: add subdir-objects to AM_INIT_AUTOMAKE

Fixes warnings with automake 1.14

https://bugzilla.gnome.org/show_bug.cgi?id=705350
This commit is contained in:
Lubosz Sarnecki 2013-08-02 14:23:13 +02:00 committed by Tim-Philipp Müller
parent f8a9987082
commit aaaca22504

View file

@ -10,7 +10,7 @@ AC_INIT(GStreamer Editing Services, 0.11.89.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