From a0db16048f81313604a06509cc6afeb5cdbf740d Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 20 Feb 2016 15:23:05 +0100 Subject: compiling own version of lib hid_libusb (copied from nitroapp) and linking it statically with debug messages --- unittest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/Makefile') 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 -- cgit v1.2.1