]> git.sesse.net Git - vlc/commitdiff
Specify the install path for plugins
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 6 Aug 2009 15:31:19 +0000 (18:31 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 6 Aug 2009 15:31:19 +0000 (18:31 +0300)
This is just pedantic. Nobody links against plugins anyway.

modules/common.am

index 7fbf430c520f08ebbbcec625ba6b83fdd85ca783..64d9a22f454910fff9b673e5a119c35d08fb19bf 100644 (file)
@@ -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 $@` \