From 71cb6dbbf09765d6ce6259c04f6709ba9354aab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 17 Mar 2017 04:12:43 +0200 Subject: [PATCH] test: hxxx: add missing dependency This test case requires libvlccore for block_Alloc(). This change removes the need for the -static kludge. --- test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 8d4ae30cff..95d4df6516 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -123,8 +123,7 @@ test_src_misc_keystore_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 -test_modules_packetizer_hxxx_LDADD = $(LIBVLC) -test_modules_packetizer_hxxx_LDFLAGS = -no-install -static # WTF +test_modules_packetizer_hxxx_LDADD = $(LIBVLCCORE) $(LIBVLC) test_modules_keystore_SOURCES = modules/keystore/test.c test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC) test_modules_tls_SOURCES = modules/misc/tls.c -- GitLab