From 52228a87bf4368b437e848d11ee63623856661de Mon Sep 17 00:00:00 2001 From: Alexander Skovpen Date: Tue, 10 Jun 2014 23:32:04 +0400 Subject: [PATCH] librt fix --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 8de31a3..3464a18 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -12,7 +12,7 @@ exec_prefix=@exec_prefix@ CC = @CC@ INCLUDES = -I./include CFLAGS = @CFLAGS@ -fno-builtin -LIBS = @LIBS@ +LIBS = @LIBS@ @CLOCK_LIB@ YACC = @YACC@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@