Commit 06727264 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Attempt to fix #555 for mozilla plugin as well (refs #555)

parent dccae035
......@@ -27,8 +27,8 @@ DIST_misc = \
$(NULL)
if BUILD_SHARED
LIBRARIES_libvlc_pic = $(top_builddir)/src/libvlc$(LIBEXT)
LIBRARIES_libvlc_nopic = $(top_builddir)/src/libvlc$(LIBEXT)
LIBRARIES_libvlc_pic = -Wl,-rpath '$(libdir)' -L$(top_builddir)/src -lvlc
LIBRARIES_libvlc_nopic = $(LIBRARIES_libvlc_pic)
else
LIBRARIES_libvlc_pic = $(top_builddir)/src/libvlc_pic.a
LIBRARIES_libvlc_nopic = $(top_builddir)/src/libvlc.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment