]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Fix missing references to clock_gettime for OMK build under Linux.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 7 Oct 2014 22:43:47 +0000 (00:43 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 6 Feb 2015 17:20:35 +0000 (18:20 +0100)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
orte/examples/hello/Makefile.omk
orte/examples/mpo/ddso/Makefile.omk
orte/examples/multicast/Makefile.omk
orte/examples/ping/Makefile.omk
orte/examples/reliable/Makefile.omk
orte/examples/schneider/Makefile.omk
orte/examples/spy/Makefile.omk
orte/manager/Makefile.omk

index 8e37c147d502090911e9f944802c16955a398fb3..197ba250a3d0cde24f40e364ae70afb407eb3705 100644 (file)
@@ -11,7 +11,7 @@ h_publisher_SOURCES = h_publisher.c
 
 h_subscriber_SOURCES = h_subscriber.c
 
-TARGET_LOADLIBES ?= pthread
+TARGET_LOADLIBES ?= pthread rt
 
 lib_LOADLIBES =  orte $(TARGET_LOADLIBES)
 ifeq ($(TARGET_OS),win32)
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
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)
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)
index 53c4733ac92648c9d31fd0259fc29f7046dbb762..6d1d47c432bd489f9ee9146f62e15f767eb9201b 100644 (file)
@@ -13,7 +13,7 @@ r_subscriber_reliable_SOURCES = r_subscriber_reliable.c
 
 r_subscriber_besteffort_SOURCES = r_subscriber_besteffort.c
 
-TARGET_LOADLIBES ?= pthread
+TARGET_LOADLIBES ?= pthread rt
 
 lib_LOADLIBES =  orte $(TARGET_LOADLIBES)
 ifeq ($(TARGET_OS),win32)
index 0789c86ee0e4ad5c20313617debaecf53f653c03..ddcaab7bd3c56b1196b6ee88f7cdd9d5366abe17 100644 (file)
@@ -9,7 +9,7 @@ endif
 
 schneider_subscriber_SOURCES = schneider_subscriber.c
 
-TARGET_LOADLIBES ?= pthread
+TARGET_LOADLIBES ?= pthread rt
 
 lib_LOADLIBES =  orte $(TARGET_LOADLIBES)
 ifeq ($(TARGET_OS),win32)
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)
index 8f832e6f90c88872e852238f929d395aa786ed2d..06a76cd040b693844abbc2dc8b5fed8f55e719f0 100644 (file)
@@ -12,7 +12,7 @@ else
 bin_PROGRAMS = ortemanager
 endif
 
-TARGET_LOADLIBES ?= pthread
+TARGET_LOADLIBES ?= pthread rt
 
 lib_LOADLIBES =  orte $(TARGET_LOADLIBES)