]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/mpo/ddso/Makefile.omk
Fix missing references to clock_gettime for OMK build under Linux.
[orte.git] / orte / examples / mpo / ddso / Makefile.omk
index 16a01c659b14d541f96a048e7ade2049cb2eafee..56ba7bd059b07612b8fa59846ebc766d6b902dbd 100644 (file)
@@ -8,8 +8,8 @@ shared_LIBRARIES = ddso
 
 bin_PROGRAMS = ddsop ddsos
 
-ddsop_LIBS =  orte pthread ddso
-ddsos_LIBS =  orte pthread ddso
+ddsop_LIBS =  orte pthread ddso rt
+ddsos_LIBS =  orte pthread ddso rt
 ifeq ($(TARGET_OS),win32)
 ddsop_LIBS +=  ws2_32
 ddsos_LIBS +=  ws2_32