Move on to libusb-1.0
[pub/pl2303-ft232-gpio.git] / Makefile
index 814514f..075fe8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS  = $(shell pkg-config --cflags libusb)
-LDFLAGS = $(shell pkg-config --libs libusb)
+CFLAGS  = $(shell pkg-config --cflags libusb-1.0)
+LDFLAGS = $(shell pkg-config --libs libusb-1.0)
 
 PREFIX?=/usr/local