Commit e0210447 authored by Maciej Blizinski's avatar Maciej Blizinski Committed by Jean-Baptiste Kempf

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>
(cherry picked from commit 7b0efebbf38aec8c341ad92433fb218a02bf62a0)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6eb79044
...@@ -15,7 +15,8 @@ TESTS = $(check_PROGRAMS) ...@@ -15,7 +15,8 @@ TESTS = $(check_PROGRAMS)
AM_CFLAGS = $(CFLAGS_libvlccore) AM_CFLAGS = $(CFLAGS_libvlccore)
AM_LDFLAGS = -no-install AM_LDFLAGS = -no-install
LDADD = ../libvlccore.la LDADD = ../libvlccore.la \
../../compat/libcompat.la
test_block_SOURCES = block_test.c ../misc/block.c test_block_SOURCES = block_test.c ../misc/block.c
test_block_LDADD = $(LDADD) $(LIBS_libvlccore) 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