[vlc-devel] commit: Fix unit tests linking ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 15 20:24:45 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May 15 21:25:29 2008 +0300| [9f3e27c502acc7963224888a9df1bc8b64c4ad22]

Fix unit tests linking

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f3e27c502acc7963224888a9df1bc8b64c4ad22
---

 src/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 8f488b4..3fc58e6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -481,19 +481,19 @@ TESTS = $(check_PROGRAMS) check_symbols
 CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`
 
 test_dictionary_SOURCES = test/dictionary.c
-test_dictionary_LDADD = libvlc.la
+test_dictionary_LDADD = libvlccore.la
 test_dictionary_CFLAGS = $(CFLAGS_tests)
 
 test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c
-test_i18n_atof_LDADD = libvlc.la
+test_i18n_atof_LDADD = libvlccore.la
 test_i18n_atof_CFLAGS = $(CFLAGS_tests)
 
 test_url_SOURCES = test/url.c
-test_url_LDADD = libvlc.la
+test_url_LDADD = libvlccore.la
 test_url_CFLAGS = $(CFLAGS_tests)
 
 test_utf8_SOURCES = test/utf8.c
-test_utf8_LDADD = libvlc.la
+test_utf8_LDADD = libvlccore.la
 test_utf8_CFLAGS = $(CFLAGS_tests)
 
 test_headers_SOURCES = test/headers.c




More information about the vlc-devel mailing list