]> git.sesse.net Git - vlc/commitdiff
Mark the test programs as not installable
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Sep 2007 13:05:50 +0000 (13:05 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Sep 2007 13:05:50 +0000 (13:05 +0000)
src/Makefile.am

index f5e5242544fefad6aac24a1ccd7a0ba93cc0f1d1..7e9888a5889b4cb7f9fdb9808f612f33368508da 100644 (file)
@@ -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