]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/hello/Makefile.omk
Fix missing references to clock_gettime for OMK build under Linux.
[orte.git] / orte / examples / hello / Makefile.omk
index 8e37c147d502090911e9f944802c16955a398fb3..197ba250a3d0cde24f40e364ae70afb407eb3705 100644 (file)
@@ -11,7 +11,7 @@ h_publisher_SOURCES = h_publisher.c
 
 h_subscriber_SOURCES = h_subscriber.c
 
-TARGET_LOADLIBES ?= pthread
+TARGET_LOADLIBES ?= pthread rt
 
 lib_LOADLIBES =  orte $(TARGET_LOADLIBES)
 ifeq ($(TARGET_OS),win32)