author | Edouard Tisserant |
Thu, 02 Apr 2015 16:19:23 +0200 | |
changeset 178 | 77d056daf06d |
parent 177 | 76720790bbe0 |
child 179 | 112fadcf74b9 |
test/Makefile | file | annotate | diff | revisions |
1.1 --- a/test/Makefile Thu Apr 02 16:13:34 2015 +0200 1.2 +++ b/test/Makefile Thu Apr 02 16:19:23 2015 +0200 1.3 @@ -8,6 +8,10 @@ 1.4 CXXFLAGS?=-g -O0 -I../src 1.5 # CXXFLAGS=-O3 -DNDEBUG 1.6 1.7 +ifeq ("$(OPENPGP)","NETPGP") 1.8 + LDLIBS+= -lnetpgp 1.9 +endif 1.10 + 1.11 TARGET=pEpEngineTest 1.12 1.13 UNIT_TESTS_SOURCE=$(wildcard *_test.cc)