From f3fd57f383b34d2b50b89867607f03a48d6cfda8 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 4 Jul 2013 08:41:55 +0200 Subject: [PATCH] Add libraries needed for linking the final binary --- ert_linux/ert_linux.tmf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ert_linux/ert_linux.tmf b/ert_linux/ert_linux.tmf index 20f1776..a7fbb1a 100644 --- a/ert_linux/ert_linux.tmf +++ b/ert_linux/ert_linux.tmf @@ -277,7 +277,7 @@ endif #-------------------------- Additional Libraries ------------------------------ -SYSLIBS = $(EXT_LIB) +SYSLIBS = $(EXT_LIB) -lrt -lpthread ifeq ($(SFCN),0) SYSLIBS += -lm endif @@ -614,3 +614,7 @@ rtwlib.ln : $(MAKEFILE) rtw_proj.tmw # EOF: ert_unix.tmf + +# Local Variables: +# mode: makefile-gmake +# End: -- 2.39.2