examples/user/Makefile.am
changeset 2649 717c331cc227
parent 2589 2b9c78543663
equal deleted inserted replaced
2647:5a70ffc4644b 2649:717c331cc227
    29 
    29 
    30 noinst_PROGRAMS = ec_user_example
    30 noinst_PROGRAMS = ec_user_example
    31 
    31 
    32 ec_user_example_SOURCES = main.c
    32 ec_user_example_SOURCES = main.c
    33 ec_user_example_CFLAGS = -I$(top_srcdir)/include -Wall
    33 ec_user_example_CFLAGS = -I$(top_srcdir)/include -Wall
    34 ec_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat
    34 ec_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat -lrt
    35 
    35 
    36 #------------------------------------------------------------------------------
    36 #------------------------------------------------------------------------------