examples/xenomai/Makefile.am
changeset 2055 d246ab6b50d2
parent 2054 3417bbc4ad2f
child 2059 ab0b96ac18bb
equal deleted inserted replaced
2054:3417bbc4ad2f 2055:d246ab6b50d2
    32 
    32 
    33 noinst_PROGRAMS = ec_xenomai_example
    33 noinst_PROGRAMS = ec_xenomai_example
    34 
    34 
    35 ec_xenomai_example_SOURCES = main.c
    35 ec_xenomai_example_SOURCES = main.c
    36 ec_xenomai_example_CFLAGS = -I/opt/etherlab/xenomai/include -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -D__XENO__ -I$(top_srcdir)/include
    36 ec_xenomai_example_CFLAGS = -I/opt/etherlab/xenomai/include -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -D__XENO__ -I$(top_srcdir)/include
    37 ec_xenomai_example_LDFLAGS = -lrtdm -L$(top_builddir)/lib/.libs -lethercat -lnative -L/opt/etherlab/xenomai/lib -lxenomai -lpthread
    37 ec_xenomai_example_LDFLAGS = -lrtdm -L$(top_builddir)/lib/.libs -lethercat -lnative -L/opt/etherlab/xenomai/lib -lrtdk -lxenomai -lpthread
    38 
    38 
    39 #------------------------------------------------------------------------------
    39 #------------------------------------------------------------------------------