[vlc-devel] commit: test_block requires threads lib too ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jan 24 11:33:21 CET 2010


vlc/vlc-1.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 24 12:31:47 2010 +0200| [a00c5b9d71973a06bdd0a43864f9f9b154920f60] | committer: Rémi Denis-Courmont 

test_block requires threads lib too

(cherry picked from commit ec7e1f822910742d3fd221e6b4d26b3d394c0a25)

Conflicts:

	src/test/Makefile.am

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.0.git/?a=commit;h=a00c5b9d71973a06bdd0a43864f9f9b154920f60
---

 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 31df537..e779e20 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -11,11 +11,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 = test_block.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_url_SOURCES = url.c




More information about the vlc-devel mailing list