X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftest%2FMakefile.am;h=89d546a16a32b278a31a9f2104e9873d03da6d97;hb=26f013d0985feae6a2df4c857e854616fb50450d;hp=57caeaede40beba896748aad75a6f32b67fa4c81;hpb=d37d5acda106cf5a3566e78c44adbf8a547613e5;p=vlc diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 57caeaede4..89d546a16a 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -17,7 +17,7 @@ AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` AM_LDFLAGS = -no-install LDADD = ../libvlccore.la -test_block_SOURCES = test_block.c ../misc/block.c +test_block_SOURCES = block_test.c ../misc/block.c test_dictionary_SOURCES = dictionary.c test_i18n_atof_SOURCES = i18n_atof.c test_keys_SOURCES = keys.c