]> git.sesse.net Git - vlc/commitdiff
src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_icon...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 1 Feb 2008 10:43:20 +0000 (10:43 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 1 Feb 2008 10:43:20 +0000 (10:43 +0000)
src/Makefile.am

index 70ec034dc9a208e1590a741dd40db2685a0ae219..0e29ff2a0603b2a8b2256c4dc2f152c8a9bc672b 100644 (file)
@@ -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