build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings in automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
This commit is contained in:
parent
96c15877f2
commit
68985ba2ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user