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

Do not path -rpath twice

parent 2aea47cf
...@@ -21,7 +21,6 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ ...@@ -21,7 +21,6 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module \ -avoid-version -module \
-export-symbols-regex ^vlc_entry \ -export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \ -shrext $(LIBEXT) \
-rpath "$(libvlcdir)" \
-no-undefined \ -no-undefined \
`$(VLC_CONFIG) --ldflags plugin $@` `$(VLC_CONFIG) --ldflags plugin $@`
AM_LIBADD = `$(VLC_CONFIG) -libs 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