X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/dbda1264f8b78cf48d6e44fc70c89340bbba0418..533f4b68ba8ee534ffd2ad5009701bfb433b31b8:/Makefile diff --git a/Makefile b/Makefile index d77f96a..8456d8d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS=-Wall xilinx.so: xilinx.c xilinx.h - gcc $(CFLAGS) $< -o $@ -ldl -lusb -shared + gcc $(CFLAGS) $< -o $@ -ldl -lusb -lpthread -shared clean: rm -f xilinx.so