summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorpancake@localhost.localdomain <pancake@localhost.localdomain>2009-10-17 15:51:00 +0200
committerpancake@localhost.localdomain <pancake@localhost.localdomain>2009-10-17 15:51:00 +0200
commitb7206abf1156f5834e6c5c014703d95ae2969c93 (patch)
tree42d4219840aee99e9da8e0d8cf5381470774874e /src/Makefile
parent034b17cef42f293e2048b44c074d70b3a8695339 (diff)
download0xFFFF-b7206abf1156f5834e6c5c014703d95ae2969c93.tar.bz2
* Fix static build
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 2e8990d..a2231cb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,6 +10,9 @@ CFLAGS+=-pedantic -std=c99 -DHAVE_USB=${HAVE_USB}
USBOBJ=../libusb/error.o ../libusb/usb.o ../libusb/descriptors.o
USBOBJ+=../libusb/linux.o ## XXX not portable
+CFLAGS+=-I../libusb
+LDFLAGS+=-L../libusb
+
all: ${BIN}
${BIN}: ${OBJ}