diff --git a/Makefile b/Makefile index fb33ecd6..1da9d4d1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ override CPPFLAGS += -DWITH_THREADNAMES=1 endif THREADLIB = -lpthread -LDLIBS = -lmist +LDLIBS = -lmist -lrt .DEFAULT_GOAL := all