mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
build-sys: Enable subdir-objects option
Automake 1.14 throws a warning when source files are in a sub directory and the 'subdir-objecs' option is not enabled. News: https://lists.gnu.org/archive/html/automake/2013-06/msg00040.html
This commit is contained in:
parent
3a3581758f
commit
bb73f9335c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([src/daemon/main.c])
|
|||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules color-tests dist-xz tar-ustar])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability subdir-objects silent-rules color-tests dist-xz tar-ustar])
|
||||
|
||||
AS_IF([! test -n "$VERSION"], [
|
||||
AC_MSG_ERROR([git-version-gen failed])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue