vlc | branch: master | Francois Cartegnie <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
