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