From: RĂ©mi Denis-Courmont Date: Tue, 10 Jun 2008 19:37:17 +0000 (+0300) Subject: Fix make check too X-Git-Tag: 0.9.0-test0~230 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6fecdb7f115fb07bf99a5e6c9402611215df9016;hp=5740cd118b3ec8a833ceedbd21603d281f15abc7;p=vlc Fix make check too --- diff --git a/libs/srtp/Makefile.am b/libs/srtp/Makefile.am index 4c0fd5d866..cef9824872 100644 --- a/libs/srtp/Makefile.am +++ b/libs/srtp/Makefile.am @@ -26,13 +26,16 @@ TESTS = $(check_PROGRAMS) libvlc_srtp_la_SOURCES = srtp.c libvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@ -if !HAVE_WIN32 -libvlc_srtp_la_LIBADD += -lpthread -endif srtp_SOURCES = recv.c srtp_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: rm -Rf *.gcda lcov