diff -r 3417bbc4ad2f -r d246ab6b50d2 examples/xenomai/Makefile.am --- a/examples/xenomai/Makefile.am Wed Mar 16 22:12:23 2011 +0100 +++ b/examples/xenomai/Makefile.am Thu Mar 17 21:13:36 2011 +0100 @@ -34,6 +34,6 @@ ec_xenomai_example_SOURCES = main.c ec_xenomai_example_CFLAGS = -I/opt/etherlab/xenomai/include -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -D__XENO__ -I$(top_srcdir)/include -ec_xenomai_example_LDFLAGS = -lrtdm -L$(top_builddir)/lib/.libs -lethercat -lnative -L/opt/etherlab/xenomai/lib -lxenomai -lpthread +ec_xenomai_example_LDFLAGS = -lrtdm -L$(top_builddir)/lib/.libs -lethercat -lnative -L/opt/etherlab/xenomai/lib -lrtdk -lxenomai -lpthread #------------------------------------------------------------------------------