Specify the install path for plugins

This is just pedantic. Nobody links against plugins anyway.
This commit is contained in:
Rémi Denis-Courmont 2009-08-06 18:31:19 +03:00
parent 8792493cda
commit aa55637b75

View 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 $@` \