Commit 7b0efebb authored by Maciej Blizinski's avatar Maciej Blizinski Committed by Rémi Denis-Courmont

Use libcompat in tests

Otherwise:

Undefined                       first referenced
 symbol                             in file
asprintf                            url.o
ld: fatal: Symbol referencing errors. No output written to test_url

This patch uses a mix of tabs and spaces to match the existing convention.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 5d9ceb29
......@@ -15,7 +15,8 @@ TESTS = $(check_PROGRAMS)
AM_CFLAGS = $(CFLAGS_libvlccore)
AM_LDFLAGS = -no-install
LDADD = ../libvlccore.la
LDADD = ../libvlccore.la \
../../compat/libcompat.la
test_block_SOURCES = block_test.c ../misc/block.c
test_block_LDADD = $(LDADD) $(LIBS_libvlccore)
......
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