[vlc-commits] test: Don't always build fuzz targets
Hugo Beauzée-Luyssen
git at videolan.org
Thu Sep 7 11:24:31 CEST 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep 7 11:15:09 2017 +0200| [cff0934b254750c99975ab34f55767ca69b65404] | committer: Hugo Beauzée-Luyssen
test: Don't always build fuzz targets
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cff0934b254750c99975ab34f55767ca69b65404
---
test/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index 222edbde96..0fac688006 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