mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
9920f37f69
commit
6c11da18a5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ AC_INIT([GStreamer],[1.1.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=G
|
||||||
AG_GST_INIT
|
AG_GST_INIT
|
||||||
|
|
||||||
dnl initialize automake (we require GNU make)
|
dnl initialize automake (we require GNU make)
|
||||||
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
|
dnl define PACKAGE_VERSION_* variables
|
||||||
AS_VERSION
|
AS_VERSION
|
||||||
|
|
Loading…
Reference in a new issue