From f6f3e2b5f77f04f8c55984722fa1d70f63686ff0 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 5 Mar 2016 14:50:38 +0100 Subject: removing statically compiled lhidapi --- unittest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/Makefile') 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 -- cgit v1.2.1