Changeset 6fecdb7f115fb07bf99a5e6c9402611215df9016
- Timestamp:
- 10/06/08 21:37:17
(4 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213126637 +0300
- git-parent:
[5740cd118b3ec8a833ceedbd21603d281f15abc7]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213126637 +0300
- Message:
Fix make check too
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r086a3bc |
r6fecdb7 |
|
| 27 | 27 | libvlc_srtp_la_SOURCES = srtp.c |
|---|
| 28 | 28 | libvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@ |
|---|
| 29 | | if !HAVE_WIN32 |
|---|
| 30 | | libvlc_srtp_la_LIBADD += -lpthread |
|---|
| 31 | | endif |
|---|
| 32 | 29 | |
|---|
| 33 | 30 | srtp_SOURCES = recv.c |
|---|
| 34 | 31 | srtp_LDADD = libvlc_srtp.la |
|---|
| 35 | 32 | test_recv_LDADD = libvlc_srtp.la |
|---|
| | 33 | test_aes_LDADD = @LIBGCRYPT_LIBS@ |
|---|
| | 34 | |
|---|
| | 35 | if !HAVE_WIN32 |
|---|
| | 36 | libvlc_srtp_la_LIBADD += -lpthread |
|---|
| | 37 | test_aes_LDADD += -lpthread |
|---|
| | 38 | endif |
|---|
| 36 | 39 | |
|---|
| 37 | 40 | lcov-run: |
|---|