diff options
author | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 14:50:38 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 14:50:38 +0100 |
commit | f6f3e2b5f77f04f8c55984722fa1d70f63686ff0 (patch) | |
tree | d85c06a2a3055382a1daaa79d3759a798652bc8d /unittest/Makefile | |
parent | 270672ff5320169ef26cd4414cfe7dc8696351c6 (diff) | |
download | libnitrokey-f6f3e2b5f77f04f8c55984722fa1d70f63686ff0.tar.gz libnitrokey-f6f3e2b5f77f04f8c55984722fa1d70f63686ff0.tar.bz2 |
removing statically compiled lhidapi
Diffstat (limited to 'unittest/Makefile')
-rw-r--r-- | unittest/Makefile | 2 |
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 |