X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcommon.am;h=64d9a22f454910fff9b673e5a119c35d08fb19bf;hb=5a07a426d315847c4e6968f9ca8d809f7fb61e5d;hp=7fbf430c520f08ebbbcec625ba6b83fdd85ca783;hpb=e1a78b744b324b4dec1e8f5f2c41c95c5b00433a;p=vlc diff --git a/modules/common.am b/modules/common.am index 7fbf430c52..64d9a22f45 100644 --- a/modules/common.am +++ b/modules/common.am @@ -21,6 +21,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ -avoid-version -module \ -export-symbol-regex ^vlc_entry \ -shrext $(LIBEXT) \ + -rpath "$(libvlcdir)" \ -no-undefined \ `$(VLC_CONFIG) --ldflags plugin $@` AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \