From 87bf103213eec6bae246f2ff786c4fc8ba8a3417 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 30 Oct 2007 22:46:22 +0000 Subject: [PATCH] Fix moz plugin linking on system with several version of libvlc installed --- mozilla/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/Makefile.am b/mozilla/Makefile.am index c1397eacb4..04a6c87ec2 100644 --- a/mozilla/Makefile.am +++ b/mozilla/Makefile.am @@ -173,7 +173,7 @@ libvlcplugin_la_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support) libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla` libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla` libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --ldflags mozilla` -module -avoid-version -shrext $(LIBEXT) -libvlcplugin_la_LIBADD = `$(VLC_CONFIG) -libs mozilla` $(LIBRARIES_libvlc) +libvlcplugin_la_LIBADD = $(LIBRARIES_libvlc) `$(VLC_CONFIG) -libs mozilla` # automake gets confused by the ../.. libvlcplugin_la_DEPENDENCIES = $(AM_LIBADD) endif -- GitLab