Added automake option 'subdir-objects' to guarantee behavior

that's going to be in use with future automake versions.


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@581 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2016-01-15 20:47:19 +00:00
parent 7d827b776a
commit cdf14a8f2b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ AC_INIT([Extreme Tux Racer], [0.7.99], [https://sourceforge.net/projects/extreme
AC_CONFIG_SRCDIR([src/gui.cpp])
AC_CONFIG_HEADERS([etr_config.h])
AM_INIT_AUTOMAKE([dist-xz dist-zip])
AM_INIT_AUTOMAKE([subdir-objects dist-xz dist-zip])
AC_CANONICAL_HOST