Replace gettimeofday() with clock_gettime(CLOCK_MONOTONIC,...)
[ust.git] / libust / Makefile.am
index 2de58574f0acb7fc7f6d14c423990748f6ce5b60..e357ad16496e0f719a0618a776423e77768860d7 100644 (file)
@@ -27,6 +27,7 @@ libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
 
 libust_la_LIBADD = \
        -lpthread \
+       -lrt \
        $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/libustcomm/libustcomm.la
 
This page took 0.023272 seconds and 4 git commands to generate.