]> git.sesse.net Git - vlc/commitdiff
Fix the test suite
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 15 Apr 2007 17:38:19 +0000 (17:38 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 15 Apr 2007 17:38:19 +0000 (17:38 +0000)
src/Makefile.am
src/test/url.c

index b09c46b871f8bcad0cf77215e30fd220de551dca..d35e6e4bf4ef7b5dae0ad09072f88e6c89f25792 100644 (file)
@@ -374,8 +374,7 @@ endif
 
 CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`
 
-test_i18n_atof_SOURCES = test/i18n_atof.c
-test_i18n_atof_LDADD = libvlc.la
+test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c
 test_i18n_atof_CFLAGS = $(CFLAGS_tests)
 
 test_url_SOURCES = test/url.c
index f70a1d3aa582c5570521b937eb0e7867056f0615..33dcd4a1dc20de6abd94aa16eae7274a7171bfae 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <vlc/vlc.h>
 #include "vlc_url.h"
+#include "vlc_strings.h"
 
 #include <stdio.h>
 #include <stdlib.h>