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