Commit ec7e1f82 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

test_block requires threads lib too

parent 6c1e53fa
...@@ -13,11 +13,14 @@ check_PROGRAMS = \ ...@@ -13,11 +13,14 @@ check_PROGRAMS = \
TESTS = $(check_PROGRAMS) TESTS = $(check_PROGRAMS)
AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore`
AM_LDFLAGS = -no-install AM_LDFLAGS = -no-install
LDADD = ../libvlccore.la LDADD = ../libvlccore.la
test_block_SOURCES = block_test.c ../misc/block.c test_block_SOURCES = block_test.c ../misc/block.c
test_block_LDADD = $(LDADD) `$(VLC_CONFIG) -libs libvlccore`
test_block_DEPENDENCIES =
test_dictionary_SOURCES = dictionary.c test_dictionary_SOURCES = dictionary.c
test_i18n_atof_SOURCES = i18n_atof.c test_i18n_atof_SOURCES = i18n_atof.c
test_keys_SOURCES = keys.c test_keys_SOURCES = keys.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