]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/multicast/Makefile.omk
Fix missing references to clock_gettime for OMK build under Linux.
[orte.git] / orte / examples / multicast / Makefile.omk
index 06bcdc80826f481c9a2c6772d9832be204983cf3..277d659b9e96efd6a0e7023657479b639dff17d1 100644 (file)
@@ -9,7 +9,7 @@ endif
 
 m_subscriber_SOURCES = m_subscriber.c
 
-TARGET_LOADLIBES ?= pthread
+TARGET_LOADLIBES ?= pthread rt
 
 lib_LOADLIBES =  orte $(TARGET_LOADLIBES)
 ifeq ($(TARGET_OS),win32)