configure.ac
changeset 387 e6e708a5d502
parent 385 c33367851350
child 392 eaee3c8d6ae0
equal deleted inserted replaced
386:7020a47f092a 387:e6e708a5d502
     1 #------------------------------------------------------------------------------
     1 #------------------------------------------------------------------------------
     2 # $Id$
     2 # $Id$
     3 #------------------------------------------------------------------------------
     3 #------------------------------------------------------------------------------
     4 
     4 
     5 AC_INIT([ethercat],[1.1],[fp@igh-essen.com])
     5 AC_INIT([ethercat],[1.1],[fp@igh-essen.com])
       
     6 AC_CONFIG_AUX_DIR([autoconf])
       
     7 AC_PREFIX_DEFAULT([/opt/etherlab])
     6 AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2])
     8 AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2])
     7 AC_PREFIX_DEFAULT([/opt/etherlab])
       
     8 
     9 
     9 #------------------------------------------------------------------------------
    10 #------------------------------------------------------------------------------
    10 # Linux sources
    11 # Linux sources
    11 #------------------------------------------------------------------------------
    12 #------------------------------------------------------------------------------
    12 
    13 
    52 AC_CONFIG_FILES([
    53 AC_CONFIG_FILES([
    53         Makefile 
    54         Makefile 
    54         master/Makefile 
    55         master/Makefile 
    55         devices/Makefile 
    56         devices/Makefile 
    56         script/Makefile
    57         script/Makefile
       
    58         include/Makefile
    57         examples/mini/Makefile
    59         examples/mini/Makefile
    58 	examples/rtai/Makefile
    60         examples/rtai/Makefile
    59 	examples/msr/Makefile
    61         examples/msr/Makefile
    60 ])
    62 ])
    61 AC_OUTPUT
    63 AC_OUTPUT
    62 
    64 
    63 #------------------------------------------------------------------------------
    65 #------------------------------------------------------------------------------