]> git.sesse.net Git - vlc/blobdiff - libs/srtp/Makefile.am
Remove my old email address
[vlc] / libs / srtp / Makefile.am
index 4c0fd5d866468d54f7e7be5001a0394f78ee233a..8b7522be9f00d829a59e531aaa6b5a3aa7a5dbcd 100644 (file)
@@ -1,5 +1,5 @@
 # Secure RTP with libgcrypt
-# Copyright (C) 2007  Rémi Denis-Courmont <rdenis # simphalempin , com>
+# Copyright (C) 2007  Rémi Denis-Courmont
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -15,7 +15,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AM_CPPFLAGS = @LIBGCRYPT_CFLAGS@
+AM_CPPFLAGS = @GCRYPT_CFLAGS@
 
 noinst_HEADERS = srtp.h
 
@@ -25,14 +25,17 @@ check_PROGRAMS = test-aes test-recv
 TESTS = $(check_PROGRAMS)
 
 libvlc_srtp_la_SOURCES = srtp.c
-libvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@
-if !HAVE_WIN32
-libvlc_srtp_la_LIBADD += -lpthread
-endif
+libvlc_srtp_la_LIBADD = @GCRYPT_LIBS@
 
 srtp_SOURCES = recv.c
 srtp_LDADD = libvlc_srtp.la
 test_recv_LDADD = libvlc_srtp.la
+test_aes_LDADD = @GCRYPT_LIBS@
+
+if !HAVE_WIN32
+libvlc_srtp_la_LIBADD += -lpthread
+test_aes_LDADD += -lpthread
+endif
 
 lcov-run:
        rm -Rf *.gcda lcov