From: Pierre d'Herbemont Date: Fri, 1 Feb 2008 10:43:20 +0000 (+0000) Subject: src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_icon... X-Git-Tag: 0.9.0-test0~3042 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9291c27e32bc30d4036b74c55d62566e3f779398;p=vlc src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_iconv is used. --- diff --git a/src/Makefile.am b/src/Makefile.am index 70ec034dc9..0e29ff2a06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -386,6 +386,7 @@ TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS) CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c +test_i18n_atof_LDADD = libvlc.la test_i18n_atof_CFLAGS = $(CFLAGS_tests) test_url_SOURCES = test/url.c