]> git.zerfleddert.de Git - hmcfgusb/commitdiff
link against librt, too
authorMichael Gernoth <michael@gernoth.net>
Sat, 18 Jan 2014 21:26:11 +0000 (22:26 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sat, 18 Jan 2014 21:26:11 +0000 (22:26 +0100)
Makefile

index 7cadd48fede90d217d2cbf5a8e490a5e4fb43073..56283bace88267cf4beb77dbb6f36840ef0a3365 100644 (file)
--- 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
Impressum, Datenschutz