From 2b5b2845f3455f92a3dd5884127c72edc943c0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 11 Jan 2016 19:25:58 +0200 Subject: [PATCH] =?UTF-8?q?test:=20don=C2=B4t=20link=20statically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 3c06f969dc..0c68780e12 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -61,7 +61,7 @@ samples/meta.sample: curl $(SAMPLES_SERVER)/metadata/id3tag/Wesh-Bonneville.mp3 > $@ AM_CFLAGS = -DSRCDIR=\"$(srcdir)\" -AM_LDFLAGS = -no-install -static +AM_LDFLAGS = -no-install LIBVLCCORE = ../src/libvlccore.la LIBVLC = ../lib/libvlc.la @@ -94,6 +94,7 @@ test_src_misc_bits_SOURCES = src/misc/bits.c test_src_misc_bits_LDADD = $(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_keystore_SOURCES = modules/keystore/test.c test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC) test_modules_tls_SOURCES = modules/misc/tls.c -- GitLab