]> git.sesse.net Git - vlc/blobdiff - bootstrap
- mingw32: fix libtool linking.
[vlc] / bootstrap
index a3d297f66de35c9762a0d2930a687e6b9c91a155..8fa0ab89fa449f45a4e0f0b898599621af3395fa 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -221,11 +221,7 @@ EXTRA_LTLIBRARIES = ${extra_ltlibs}
 
 include Modules.am
 
-if HAVE_WIN32
-LTLIBVLC = -L\$(top_builddir)/src -lvlc.dll
-else
 LTLIBVLC = -L\$(top_builddir)/src -lvlc
-endif
 
 AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
        -module -no-undefined -shrext \$(LIBEXT) \\