lib/Makefile.am
branchstable-1.5
changeset 2425 6a6dec6fc806
parent 2421 bc2d4bf9cbe5
child 2433 3bdd7a747fae
equal deleted inserted replaced
2424:39a1b82b5535 2425:6a6dec6fc806
    26 #  EtherCAT technology and brand is only permitted in compliance with the
    26 #  EtherCAT technology and brand is only permitted in compliance with the
    27 #  industrial property and similar rights of Beckhoff Automation GmbH.
    27 #  industrial property and similar rights of Beckhoff Automation GmbH.
    28 #
    28 #
    29 #------------------------------------------------------------------------------
    29 #------------------------------------------------------------------------------
    30 
    30 
    31 AM_CFLAGS = -Wall
       
    32 
       
    33 lib_LTLIBRARIES = libethercat.la
    31 lib_LTLIBRARIES = libethercat.la
    34 
    32 
    35 #------------------------------------------------------------------------------
    33 #------------------------------------------------------------------------------
    36 
    34 
       
    35 libethercat_la_CFLAGS = -I$(srcdir)/.. -fno-strict-aliasing -Wall
    37 libethercat_la_LDFLAGS = -version-info 1:0:0
    36 libethercat_la_LDFLAGS = -version-info 1:0:0
    38 libethercat_la_CFLAGS = -I$(srcdir)/.. -fno-strict-aliasing
       
    39 libethercat_la_SOURCES = \
    37 libethercat_la_SOURCES = \
    40 	common.c \
    38 	common.c \
    41 	domain.c \
    39 	domain.c \
    42 	master.c \
    40 	master.c \
    43 	sdo_request.c \
    41 	sdo_request.c \