From 752e050944fee7d8a6909318efd5a796892000c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Thu, 7 Sep 2017 11:15:09 +0200 Subject: [PATCH] test: Don't always build fuzz targets --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 222edbde96..c61f811926 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -194,14 +194,14 @@ libvlc_demux_run_la_CPPFLAGS += -DHAVE_DVBPSI libvlc_demux_run_la_LIBADD += ../modules/libts_plugin.la endif endif -noinst_LTLIBRARIES = libvlc_demux_run.la +EXTRA_LTLIBRARIES = libvlc_demux_run.la # # Fuzzers # vlc_demux_run_LDFLAGS = -no-install -static vlc_demux_run_LDADD = libvlc_demux_run.la -noinst_PROGRAMS = vlc-demux-run +EXTRA_PROGRAMS += vlc-demux-run vlc_demux_libfuzzer_CPPFLAGS = $(vlc_static_CPPFLAGS) vlc_demux_libfuzzer_LDADD = -lFuzzer libvlc_demux_run.la -- GitLab