[vlc-devel] commit: Fix make check too ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Jun 10 21:35:28 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Jun 10 22:37:17 2008 +0300| [6fecdb7f115fb07bf99a5e6c9402611215df9016]
Fix make check too
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fecdb7f115fb07bf99a5e6c9402611215df9016
---
libs/srtp/Makefile.am | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/libs/srtp/Makefile.am b/libs/srtp/Makefile.am
index 4c0fd5d..cef9824 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
More information about the vlc-devel
mailing list