[vlc-commits] test: Don't always build fuzz targets

Hugo Beauzée-Luyssen git at videolan.org
Thu Sep 7 11:33:01 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep  7 11:15:09 2017 +0200| [752e050944fee7d8a6909318efd5a796892000c5] | committer: Hugo Beauzée-Luyssen

test: Don't always build fuzz targets

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=752e050944fee7d8a6909318efd5a796892000c5
---

 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



More information about the vlc-commits mailing list