From: RĂ©mi Denis-Courmont Date: Thu, 15 May 2008 18:25:29 +0000 (+0300) Subject: Fix unit tests linking X-Git-Tag: 0.9.0-test0~932 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9f3e27c502acc7963224888a9df1bc8b64c4ad22;p=vlc Fix unit tests linking --- diff --git a/src/Makefile.am b/src/Makefile.am index 8f488b428d..3fc58e63f1 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