projects
/
pub
/
pl2303-ft232-gpio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move on to libusb-1.0
[pub/pl2303-ft232-gpio.git]
/
Makefile
diff --git
a/Makefile
b/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