Commit 9291c27e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_iconv is used.

parent 1fd47f50
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment