examples/Makefile.am
changeset 1286 88e573e033f1
parent 1242 632a6b91f8e4
child 1326 ef907b0b5125
equal deleted inserted replaced
1285:f16b38b8b696 1286:88e573e033f1
    29 #  standard) as the (only) precondition to have the right to use EtherCAT
    29 #  standard) as the (only) precondition to have the right to use EtherCAT
    30 #  Technology, IP and trade marks.
    30 #  Technology, IP and trade marks.
    31 #
    31 #
    32 #------------------------------------------------------------------------------
    32 #------------------------------------------------------------------------------
    33 
    33 
       
    34 if ENABLE_USERLIB
       
    35 SUBDIRS = user
       
    36 endif
       
    37 
    34 DIST_SUBDIRS = \
    38 DIST_SUBDIRS = \
    35 	mini \
    39 	mini \
    36 	rtai \
    40 	rtai \
    37 	user
    41 	user
    38 
    42 
       
    43 EXTRA_DIST = \
       
    44 	Kbuild.in
       
    45 
       
    46 BUILT_SOURCES = \
       
    47 	Kbuild
       
    48 
    39 #------------------------------------------------------------------------------
    49 #------------------------------------------------------------------------------