Correct name in the automake

This commit is contained in:
Jakub Jelen 2018-06-22 10:22:54 +02:00 committed by Frank Morgner
parent 3a7a1ba31f
commit 7c8ed4dc03
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ p11test_SOURCES = p11test.c p11test_loader.c \
p11test_case_pss_oaep.c \
p11test_helpers.c
p11test_CFLAGS = -DNDEBUG $(CMOCKA_CFLAGS)
p11test_LDADD = -lssl -lcrypto $(CMOCKA_LDLAGS)
p11test_LDADD = -lssl -lcrypto $(CMOCKA_LIBS)
if WIN32
p11test_SOURCES += $(top_builddir)/win32/versioninfo.rc