aboutsummaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan.zalega@gmail.com>2016-03-05 14:50:38 +0100
committerSzczepan Zalega <szczepan.zalega@gmail.com>2016-03-05 14:50:38 +0100
commitf6f3e2b5f77f04f8c55984722fa1d70f63686ff0 (patch)
treed85c06a2a3055382a1daaa79d3759a798652bc8d /unittest
parent270672ff5320169ef26cd4414cfe7dc8696351c6 (diff)
downloadlibnitrokey-f6f3e2b5f77f04f8c55984722fa1d70f63686ff0.tar.gz
libnitrokey-f6f3e2b5f77f04f8c55984722fa1d70f63686ff0.tar.bz2
removing statically compiled lhidapi
Diffstat (limited to 'unittest')
-rw-r--r--unittest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/Makefile b/unittest/Makefile
index 00cbc43..145c738 100644
--- a/unittest/Makefile
+++ b/unittest/Makefile
@@ -4,7 +4,7 @@ LD = $(CXX)
INCLUDE = -I../include
LIB = -L../build
-LDLIBS = -lnitrokey -lusb-1.0
+LDLIBS = -lnitrokey
BUILD = build
CXXFLAGS = -std=c++14 -fPIC