From: RĂ©mi Denis-Courmont Date: Sun, 19 Feb 2006 09:16:05 +0000 (+0000) Subject: ooups X-Git-Tag: 0.9.0-test0~12266 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=486667b33d0011b19132b9528047fea2e9533ba5;p=vlc ooups --- diff --git a/bootstrap b/bootstrap index ed62199741..ef78ae2186 100755 --- a/bootstrap +++ b/bootstrap @@ -208,11 +208,7 @@ EXTRA_LIBRARIES = ${extra_libs} include Modules.am if BUILD_SHARED -if BUILD_PIC -LIBVLC = \$(top_builddir)/libvlc_pic\$(LIBEXT) -else LIBVLC = \$(top_builddir)/libvlc\$(LIBEXT) -endif if HAVE_WIN32 LIBADD = \$(LIBVLC) endif