examples/xenomai/Makefile.am
changeset 2055 d246ab6b50d2
parent 2054 3417bbc4ad2f
child 2059 ab0b96ac18bb
--- 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
 
 #------------------------------------------------------------------------------