added subdir-objects option to automake script to support automake 1.14.1

This commit is contained in:
Patrick Bruenn 2014-05-06 17:32:10 +02:00
parent 682b891bd0
commit 27cfb5f87a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ AC_PREREQ(2.59)
#
AC_INIT([ethercat],[1.5.2],[fp@igh-essen.com])
AC_CONFIG_AUX_DIR([autoconf])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 subdir-objects])
AC_PREFIX_DEFAULT([/opt/etherlab])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([config.h.in])