Commit 6fecdb7f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix make check too

parent 5740cd11
...@@ -26,13 +26,16 @@ TESTS = $(check_PROGRAMS) ...@@ -26,13 +26,16 @@ TESTS = $(check_PROGRAMS)
libvlc_srtp_la_SOURCES = srtp.c libvlc_srtp_la_SOURCES = srtp.c
libvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@ libvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@
if !HAVE_WIN32
libvlc_srtp_la_LIBADD += -lpthread
endif
srtp_SOURCES = recv.c srtp_SOURCES = recv.c
srtp_LDADD = libvlc_srtp.la srtp_LDADD = libvlc_srtp.la
test_recv_LDADD = libvlc_srtp.la test_recv_LDADD = libvlc_srtp.la
test_aes_LDADD = @LIBGCRYPT_LIBS@
if !HAVE_WIN32
libvlc_srtp_la_LIBADD += -lpthread
test_aes_LDADD += -lpthread
endif
lcov-run: lcov-run:
rm -Rf *.gcda lcov rm -Rf *.gcda lcov
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment