ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 49f2e29c13885e0c9eef0b0267250ec609851a0e
parent 81f755042d360018f2cd00ccd0a2b440c56c8fe7
Author: sin <sin@2f30.org>
Date:   Wed,  8 Oct 2014 14:06:08 +0100

Add -lrt to LDFLAGS

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -9,4 +9,4 @@ CC = cc LD = $(CC) CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS) -LDFLAGS = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave +LDFLAGS = -L/usr/local/lib -lrt -ltoxcore -ltoxav -ltoxencryptsave