[vlc-devel] commit: test_block requires threads lib too ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jan 23 13:26:45 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 23 14:26:19 2010 +0200| [ec7e1f822910742d3fd221e6b4d26b3d394c0a25] | committer: Rémi Denis-Courmont
test_block requires threads lib too
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec7e1f822910742d3fd221e6b4d26b3d394c0a25
---
src/test/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 89d546a..b09c1a6 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -13,11 +13,14 @@ check_PROGRAMS = \
TESTS = $(check_PROGRAMS)
-AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
+AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore`
AM_LDFLAGS = -no-install
LDADD = ../libvlccore.la
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_i18n_atof_SOURCES = i18n_atof.c
test_keys_SOURCES = keys.c
More information about the vlc-devel
mailing list