[vlc-commits] Use libcompat in tests
Maciej Blizinski
git at videolan.org
Fri Mar 2 16:57:15 CET 2012
vlc | branch: master | Maciej Blizinski <maciej at opencsw.org> | Thu Mar 1 09:37:48 2012 +0100| [7b0efebbf38aec8c341ad92433fb218a02bf62a0] | committer: 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: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b0efebbf38aec8c341ad92433fb218a02bf62a0
---
src/test/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 71f6768..25e5d50 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -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)
More information about the vlc-commits
mailing list