From 17fd65391636a1e3e4bad18c53b75c31ec49f282 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sat, 18 Jan 2014 22:26:11 +0100 Subject: [PATCH] link against librt, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cadd48..56283ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS=-MMD -O2 -Wall -I/opt/local/include -g LDFLAGS=-L/opt/local/lib -LDLIBS=-lusb-1.0 +LDLIBS=-lusb-1.0 -lrt CC=gcc HMLAN_OBJS=hmcfgusb.o hmland.o -- 2.39.2