]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
Fix unit tests linking
[vlc] / src / Makefile.am
index 8f488b428dc562489f3b50b02afb1842df9ee63e..3fc58e63f11a8faa96cf58e21f71399ad89ec79c 100644 (file)
@@ -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