aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-07-13 23:00:26 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-07-13 23:00:26 +0000
commit9f909fefd52ad9f6a1f1e1b9b0a895cca04b858c (patch)
tree56ca3916b6690649a0df8cdf4780a48d295c484f
parent718da2b9b0243bd180db9079b98d7d88ee96aa7a (diff)
use posix timers
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2047 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index d60e6b832e..eadd85c407 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -401,7 +401,7 @@ endif
ifndef CONFIG_DARWIN
ifndef CONFIG_WIN32
ifndef CONFIG_SOLARIS
-VL_LIBS=-lutil
+VL_LIBS=-lutil -lrt
endif
endif
endif