examples/dc_user/Makefile.am
changeset 1970 00e18cef9fc8
parent 1414 0037a63d3cc5
child 2421 bc2d4bf9cbe5
child 2589 2b9c78543663
--- a/examples/dc_user/Makefile.am	Mon Oct 25 15:27:57 2010 +0200
+++ b/examples/dc_user/Makefile.am	Mon Oct 25 15:46:23 2010 +0200
@@ -33,6 +33,6 @@
 
 ec_dc_user_example_SOURCES = main.c
 ec_dc_user_example_CFLAGS = -I$(top_srcdir)/include
-ec_dc_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat
+ec_dc_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat -lrt
 
 #------------------------------------------------------------------------------