Changeset 9f3e27c502acc7963224888a9df1bc8b64c4ad22
- Timestamp:
- 05/15/08 20:25:29
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210875929 +0300
- git-parent:
[2a855b131692979ae954939ad5d5a7d78cc21b44]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210875929 +0300
- Message:
Fix unit tests linking
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2a855b1 |
r9f3e27c |
|
| 482 | 482 | |
|---|
| 483 | 483 | test_dictionary_SOURCES = test/dictionary.c |
|---|
| 484 | | test_dictionary_LDADD = libvlc.la |
|---|
| | 484 | test_dictionary_LDADD = libvlccore.la |
|---|
| 485 | 485 | test_dictionary_CFLAGS = $(CFLAGS_tests) |
|---|
| 486 | 486 | |
|---|
| 487 | 487 | test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c |
|---|
| 488 | | test_i18n_atof_LDADD = libvlc.la |
|---|
| | 488 | test_i18n_atof_LDADD = libvlccore.la |
|---|
| 489 | 489 | test_i18n_atof_CFLAGS = $(CFLAGS_tests) |
|---|
| 490 | 490 | |
|---|
| 491 | 491 | test_url_SOURCES = test/url.c |
|---|
| 492 | | test_url_LDADD = libvlc.la |
|---|
| | 492 | test_url_LDADD = libvlccore.la |
|---|
| 493 | 493 | test_url_CFLAGS = $(CFLAGS_tests) |
|---|
| 494 | 494 | |
|---|
| 495 | 495 | test_utf8_SOURCES = test/utf8.c |
|---|
| 496 | | test_utf8_LDADD = libvlc.la |
|---|
| | 496 | test_utf8_LDADD = libvlccore.la |
|---|
| 497 | 497 | test_utf8_CFLAGS = $(CFLAGS_tests) |
|---|
| 498 | 498 | |
|---|