added subdir-objects option to automake script to support automake 1.14.1 stable-1.5
authorPatrick Bruenn <p.bruenn@beckhoff.com>
Tue, 06 May 2014 17:32:10 +0200
branchstable-1.5
changeset 2566 0f39e1e7b288
parent 2565 f7b06b264646
child 2567 d70aad2f131f
added subdir-objects option to automake script to support automake 1.14.1
configure.ac
--- a/configure.ac	Tue May 06 17:23:33 2014 +0200
+++ b/configure.ac	Tue May 06 17:32:10 2014 +0200
@@ -41,7 +41,7 @@
 #
 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])