aboutsummaryrefslogtreecommitdiff
path: root/unittest/Makefile
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan.zalega@gmail.com>2016-02-20 15:23:05 +0100
committerSzczepan Zalega <szczepan.zalega@gmail.com>2016-02-20 15:23:05 +0100
commita0db16048f81313604a06509cc6afeb5cdbf740d (patch)
treeeff23c3e2963928c0e95dd65b7aedfcda0c8748f /unittest/Makefile
parent6a8151c3a25b09a12118343342fdd87b3d429a83 (diff)
downloadlibnitrokey-a0db16048f81313604a06509cc6afeb5cdbf740d.tar.gz
libnitrokey-a0db16048f81313604a06509cc6afeb5cdbf740d.tar.bz2
compiling own version of lib hid_libusb (copied from nitroapp) and linking it statically with debug messages
Diffstat (limited to 'unittest/Makefile')
-rw-r--r--unittest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/Makefile b/unittest/Makefile
index 145c738..00cbc43 100644
--- a/unittest/Makefile
+++ b/unittest/Makefile
@@ -4,7 +4,7 @@ LD = $(CXX)
INCLUDE = -I../include
LIB = -L../build
-LDLIBS = -lnitrokey
+LDLIBS = -lnitrokey -lusb-1.0
BUILD = build
CXXFLAGS = -std=c++14 -fPIC