X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libs%2Fsrtp%2FMakefile.am;h=cef9824872436e7619a9c7a7cdcef4b1c983ae22;hb=6fecdb7f115fb07bf99a5e6c9402611215df9016;hp=4c0fd5d866468d54f7e7be5001a0394f78ee233a;hpb=5740cd118b3ec8a833ceedbd21603d281f15abc7;p=vlc 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