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

Specify the install path for plugins

This is just pedantic. Nobody links against plugins anyway.
parent 8792493c
......@@ -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 $@` \
......
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