examples/dc_user/Makefile.am
branchstable-1.5
changeset 2425 6a6dec6fc806
parent 2421 bc2d4bf9cbe5
equal deleted inserted replaced
2424:39a1b82b5535 2425:6a6dec6fc806
    25 #  EtherCAT technology and brand is only permitted in compliance with the
    25 #  EtherCAT technology and brand is only permitted in compliance with the
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    27 #
    27 #
    28 #------------------------------------------------------------------------------
    28 #------------------------------------------------------------------------------
    29 
    29 
    30 AM_CFLAGS = -Wall
       
    31 
       
    32 noinst_PROGRAMS = ec_dc_user_example
    30 noinst_PROGRAMS = ec_dc_user_example
    33 
    31 
    34 ec_dc_user_example_SOURCES = main.c
    32 ec_dc_user_example_SOURCES = main.c
    35 ec_dc_user_example_CFLAGS = -I$(top_srcdir)/include
    33 ec_dc_user_example_CFLAGS = -I$(top_srcdir)/include -Wall
    36 ec_dc_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat -lrt
    34 ec_dc_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat -lrt
    37 
    35 
    38 #------------------------------------------------------------------------------
    36 #------------------------------------------------------------------------------