Browse Source

test: hxxx: add missing dependency

This test case requires libvlccore for block_Alloc().
This change removes the need for the -static kludge.
pull/54/merge
Rémi Denis-Courmont 10 years ago
parent
commit
71cb6dbbf0
  1. 3
      test/Makefile.am

3
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

Loading…
Cancel
Save