From: Michael Gernoth Date: Sat, 18 Jan 2014 21:26:11 +0000 (+0100) Subject: link against librt, too X-Git-Tag: v0.100~44 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/commitdiff_plain/17fd65391636a1e3e4bad18c53b75c31ec49f282?hp=58151f8289c0da0d173bdfb0452e98dc784f64c2 link against librt, too --- 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