[vlc-commits] test: add missing libvlccore

Francois Cartegnie git at videolan.org
Sat Feb 13 16:09:41 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Feb 13 16:09:08 2016 +0100| [0b4923c67594581a2456d36235744351e4c20688] | committer: Francois Cartegnie

test: add missing libvlccore

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

 test/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index d431c5d..28e20a1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -95,7 +95,7 @@ test_src_input_stream_net_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_src_misc_bits_SOURCES = src/misc/bits.c
 test_src_misc_bits_LDADD = $(LIBVLC)
 test_src_misc_epg_SOURCES = src/misc/epg.c
-test_src_misc_epg_LDADD = $(LIBVLC)
+test_src_misc_epg_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_src_interface_dialog_SOURCES = src/interface/dialog.c
 test_src_interface_dialog_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c



More information about the vlc-commits mailing list