From e3a247dcf704620577e05d597e1e7bcda8937203 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 16 Sep 2007 13:05:50 +0000 Subject: [PATCH] Mark the test programs as not installable --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f5e5242544..7e9888a588 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,7 +120,7 @@ nice: lib_LTLIBRARIES = libvlc.la libvlc-control.la -AM_LDFLAGS = -no-undefined +AM_LDFLAGS = -no-undefined -no-install if HAVE_WIN32 AM_LDFLAGS += -avoid-version endif -- 2.39.2