]> git.itanic.dy.fi Git - glucose/commitdiff
Added libusb to linker options.
authorSteve Sloan <steve@finagle.org>
Tue, 20 Mar 2012 16:58:58 +0000 (09:58 -0700)
committerSteve Sloan <steve@finagle.org>
Tue, 20 Mar 2012 16:58:58 +0000 (09:58 -0700)
Makefile

index 929ac1dfdcaeff8f80eb5ac9001a0475d8f8e0d5..ea4f30ce5d68f629ff4a5b5c2a7118fad28d72fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ endif
 all: glucose
 
 glucose: $(GLUCOSE_OBJS)
-       $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $^
+       $(QUIET_LINK)$(CC) -lusb $(CFLAGS) -o $@ $^
 
 clean:
        rm -vf glucose *~ *.o .*.d