From 9f3e27c502acc7963224888a9df1bc8b64c4ad22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 15 May 2008 21:25:29 +0300 Subject: [PATCH] Fix unit tests linking --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2