]> git.sesse.net Git - vlc/blobdiff - bootstrap
Continue fixing static builds
[vlc] / bootstrap
index 79f9fb1c4453dfa43e2770d1b17f565ea08653f7..a19662e631ac38eb08d351180aeca78ea71b4117 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -221,6 +221,7 @@ EXTRA_LTLIBRARIES = ${extra_ltlibs}
 
 include Modules.am
 
+if HAVE_PLUGINS
 LTLIBVLC = -L\$(top_builddir)/src -lvlc
 
 AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
@@ -231,6 +232,7 @@ else
 AM_LDFLAGS += -export-symbol-regex ^\$(VLC_ENTRY)\$\$
 endif
 AM_LIBADD = \$(LTLIBVLC)
+endif
 
 all: all-modules