]> git.sesse.net Git - vlc/commitdiff
Remove wrong -L${PREFIX}/lib from vlc-config
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 31 Oct 2007 13:00:59 +0000 (13:00 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 31 Oct 2007 13:00:59 +0000 (13:00 +0000)
vlc-config.in.in

index 3532bc8f58d8294f1163905bd91b6f805dbe3bf9..4e5d1b3f0328ee2ebd9e5e1081aead9f2cccc183 100644 (file)
@@ -19,7 +19,7 @@ cflags=""
 cxxflags=""
 objcflags=""
 ldflags=""
-libs="-L@libdir@"
+libs=""
 
 cflags_tuning="@CFLAGS_TUNING@"
 cflags_optim_size="@CFLAGS_OPTIM_SIZE@"