X-Git-Url: http://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/cbce142929200212e08742140e5ccbac7ea40630..5874e67aa7c5fb7b7f82163c1777480c0aaa1541:/orte/examples/mpo/ddso/Makefile.omk diff --git a/orte/examples/mpo/ddso/Makefile.omk b/orte/examples/mpo/ddso/Makefile.omk index 16a01c6..56ba7bd 100644 --- a/orte/examples/mpo/ddso/Makefile.omk +++ b/orte/examples/mpo/ddso/Makefile.omk @@ -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