From d58af85ce33b4b9c8cb065b59b591580ae8abe0c Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 16 Apr 2008 09:53:18 +0000 Subject: use clock_gettime for internal timers instead of gettimeofday .. so now our timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical) --- main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/Makefile.am b/main/Makefile.am index 9b917b78..67d84660 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -52,7 +52,7 @@ enigma2_LDADD = \ @LIBUNGIF_LIBS@ \ @XML2_LIBS@ \ @XMLCCWRAP_LIBS@ \ - -ldl -lpthread -lcrypt -lresolv + -ldl -lpthread -lcrypt -lresolv -lrt enigma2$(EXEEXT): $(enigma2_OBJECTS) $(enigma2_DEPENDENCIES) $(enigma2_LDADD_WHOLE) # @rm -f enigma2$(EXEEXT) -- cgit v1.2.3