From: RĂ©mi Denis-Courmont Date: Sun, 16 Sep 2007 13:05:50 +0000 (+0000) Subject: Mark the test programs as not installable X-Git-Tag: 0.9.0-test0~5535 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e3a247dcf704620577e05d597e1e7bcda8937203;p=vlc Mark the test programs as not installable --- 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