From: RĂ©mi Denis-Courmont Date: Thu, 6 Aug 2009 15:31:19 +0000 (+0300) Subject: Specify the install path for plugins X-Git-Tag: 1.1.0-ff~4534 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=aa55637b75c489a8037c65100c3bc51816f11998;p=vlc Specify the install path for plugins This is just pedantic. Nobody links against plugins anyway. --- 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 $@` \