equal
deleted
inserted
replaced
33 lib_LTLIBRARIES = libethercat.la |
33 lib_LTLIBRARIES = libethercat.la |
34 |
34 |
35 #------------------------------------------------------------------------------ |
35 #------------------------------------------------------------------------------ |
36 |
36 |
37 libethercat_la_LDFLAGS = -version-info 1:0:0 |
37 libethercat_la_LDFLAGS = -version-info 1:0:0 |
38 libethercat_la_CFLAGS = -I$(srcdir)/.. |
38 libethercat_la_CFLAGS = -I$(srcdir)/.. -fno-strict-aliasing |
39 libethercat_la_SOURCES = \ |
39 libethercat_la_SOURCES = \ |
40 common.c \ |
40 common.c \ |
41 domain.c \ |
41 domain.c \ |
42 master.c \ |
42 master.c \ |
43 sdo_request.c \ |
43 sdo_request.c \ |