librt fix

This commit is contained in:
Alexander Skovpen 2014-06-10 23:32:04 +04:00
parent 19866b8def
commit 52228a87bf

View File

@ -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@