diff -r 7020a47f092a -r e6e708a5d502 configure.ac --- a/configure.ac Mon Oct 09 13:14:07 2006 +0000 +++ b/configure.ac Mon Oct 09 14:43:20 2006 +0000 @@ -3,8 +3,9 @@ #------------------------------------------------------------------------------ AC_INIT([ethercat],[1.1],[fp@igh-essen.com]) +AC_CONFIG_AUX_DIR([autoconf]) +AC_PREFIX_DEFAULT([/opt/etherlab]) AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2]) -AC_PREFIX_DEFAULT([/opt/etherlab]) #------------------------------------------------------------------------------ # Linux sources @@ -54,9 +55,10 @@ master/Makefile devices/Makefile script/Makefile + include/Makefile examples/mini/Makefile - examples/rtai/Makefile - examples/msr/Makefile + examples/rtai/Makefile + examples/msr/Makefile ]) AC_OUTPUT