mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 19:23:43 +08:00
Specify the install path for plugins
This is just pedantic. Nobody links against plugins anyway.
This commit is contained in:
parent
8792493cda
commit
aa55637b75
@ -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 $@` \
|
||||
|
Loading…
Reference in New Issue
Block a user