Silence automake 1.14 warnings ("source file is in a subdirectory, but option subdir-objects is disabled").

master
Nathanael Jones 2014-10-02 13:39:43 -04:00
parent 7f735f6458
commit 10ffb33080
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ AC_SUBST(GDLIB_AGE)
FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON"
AC_SUBST(FEATURES)
AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror])
AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror subdir-objects])
AC_CONFIG_HEADERS([src/config.h:src/config.hin])
dnl newer automake wants this, but we still want to work with older