Use library dependencies for openssl compat layer

This commit is contained in:
Trevor Bentley
2017-11-29 09:47:45 +00:00
parent 5bc03bfc29
commit d5d953be95
3 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -42,9 +42,8 @@ else
AM_LDFLAGS += -no-install
endif
ykcs11_tests_LDADD = ../libykcs11.la $(OPENSSL_LIBS)
ykcs11_tests_SOURCES = ykcs11_tests.c ../../tool/openssl-compat.c ../../tool/openssl-compat.h
ykcs11_tests_LDADD = ../libykcs11.la $(OPENSSL_LIBS) ../../tool/libpiv_util.la
ykcs11_tests_SOURCES = ykcs11_tests.c
check_PROGRAMS = ykcs11_tests
TESTS = reset.sh $(check_PROGRAMS)